@extends('layouts.backend') @section('title') @lang('backend.courses_views.page_title') @endsection @section('content')

@lang('backend.courses_views.page_name')

@lang('backend.courses_views.edit')

{{----}} {{----}}
@include('backend.partials.errors')
{!! Form::model($course, $header) !!} @include('backend.courses.fields') @include('backend.partials.success')
{!! Form::close() !!}
@endsection @section('scripts') @include('backend.partials.datepicker_with_min') @endsection