@if (count($errors) > 0)
{{--
--}}
{!! Form::close() !!}
Whoops! There were some problems with your input.
@endif
{!!Form::open(array('url'=>'admin/courses/store','method'=>'POST'))!!}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{--
%
--}}
{{--
--}}