{{-- details --}}
{{-- TODO: View driver location on map --}}
@if ($model->id != \Auth::id())
@hasanyrole('admin')
@if ($model->hasAnyRole('city-admin'))
@endif
@endhasanyrole
@can('edit-driver')
@if ($model->is_active)
@else
@endif
@endcan
@can('delete-driver')
@endcan
@else
{{ __('Current Account') }}
@endif