@if (isset($staff))
{!! Form::model($staff, array('url' => $type . '/' . $staff->id, 'method' => 'put', 'files'=> true)) !!}
@else
{!! Form::open(array('url' => $type, 'method' => 'post', 'files'=> true)) !!}
@endif
{{-- Role --}}
{!! Form::close() !!}