| {{$pending->request_type}} |
{{$pending->email}} |
{{$pending->code}} |
{{date('d-m-Y', strtotime($pending->created_at))}} |
@if($pending->deleted_at)
{{date('d-m-Y', strtotime($pending->deleted_at))}}
@else
Σε εκκρεμότητα
@endif
|
@canany(['admins', 'locals'])
@include('pendingRequests.columns.actions') |
@endcanany
@endforeach