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

Update User

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

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