@lang('crud.edit') @lang('models/stafprofile.front')
{!! Form::model($profile, ['route' => ['staf.update', $profile->id], 'method' => 'patch', 'files' => true]) !!}
@include(strtolower(__('models/stafprofile.plural')).'.fields')
{!! Form::close() !!}