|
Name
|
Email
|
Role
|
Partner
|
City
|
Branch
|
Status
|
Created
|
Actions |
|---|---|---|---|---|---|---|---|---|
|
{{ $user->name }}
|
{{ $user->email }}
|
{{ $user->type }} |
@if($user->logisticPartner)
{{ $user->logisticPartner->name }}
@else
-
@endif
|
{{ $user->branch?->city?->name_en ?? '-' }}
|
{{ $user->branch?->name ?? '-' }}
|
{{ $user->status->value }} | {{ $user->created_at->format('M d, Y') }} |
@php($hasAction = false)
@can('update', $user)
@php($hasAction = true)
@endcan
@can('update', $user)
@if($hasAction)
|
@endif
Edit
@php($hasAction = true)
@endcan
@can('delete', $user)
@if($hasAction)
|
@endif
@endcan
|
| No users found. Try adjusting your filters or invite new users . | ||||||||