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

Update Teacher

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

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