@production
@hasanyrole('admin')
@if (!$model->hasAnyRole('client', 'driver'))
@endif
@endhasanyrole
@endproduction
{{-- details --}}
@if ($model->id != \Auth::id())
@can('assign-permissions')
@php
$link = route('users.assign-permissions', ['id' => $model->id]);
@endphp
@endcan
@hasanyrole('admin')
@if ($model->hasAnyRole('city-admin'))
@endif
@endhasanyrole
@if ($model->is_active)
@else
@endif
@else
{{ __('Current Account') }}
@endif