hi iam a new to this laravel framework,em getting error while running contact page.
anyone having idea about this??
the code is:
@extends('layout')
@section('content')
<h1>Contact Us.</h1>
<p>Please contact us by sending a message using the form below:</p>
{{ Form::open(array('url' => 'contact')) }}
{{ Form::label('Subject') }}
{{ Form::text('subject','Enter your subject') }}
<br />
{{ Form::label('Message') }}
{{ Form::textarea('message','Enter your message') }}
<br />
{{ Form::submit() }}
{{ Form::close() }}
@stop
nd the error is
Whoops, looks like something went wrong.
1/1
FatalErrorException in fa87654ff08d1cdfc65c7806e0f765b2ce100dec.php line 4:
Class 'Form' not found
in C:\Users\Administrator\Desktop\learningLaravel\storage\framework\views\fa87654ff08d1cdfc65c7806e0f765b2ce100dec.php line 4