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

Update Employee

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

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