{!! Form::model($driver, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'route' => ['drivers.update', $driver->id]]) !!}
@csrf
@if($driver->image!='')
@else
@endif
{!! Form::close() !!}