{{ __('pages.edit_course') }}
{{ Form::model($course, array('route' => array('admin.courses.update', $course->id), 'method' => 'post', 'role' => 'form', 'class' => 'async')) }} @method('patch')
{{ $errors->first('course_photo') ?? '' }}
{{ $errors->first('name') ?? '' }}
{{ $errors->first('description') ?? '' }}
{{ Form::close() }}