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

Update Subject

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

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