{{ trans('app.create') }} course

{{ trans('app.add') }} course here...

{!!Form::vertical_open() ->id('create-programming-course') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/programming/course'))!!}
@include('public::notifications') @include('programming::user.course.partial.entry')
{!! Form::close() !!}