{!!Form::vertical_open() ->id('edit-programming-chapter') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/programming/chapter') .'/'.$chapter->getRouteKey())!!}

Update Chapter

Last updated on {{format_date($chapter['updated_at'])}}

@include('public::notifications') @include('programming::user.chapter.partial.entry')
{!! Form::close() !!}