|
@if($row->teacher_id == auth()->id())
@endif
|
{{ $row->id }} |
{{ $row->user->name ?? $row->user->username ?? "-" }} |
{{-- {{ $row->teacher->name ?? $row->teacher->username ?? "-" }} | --}}
{{ $row->subject->currentDescription->title ?? "" }} |
{{ $row->service->currentDescription->title ?? "" }} |
{{ $row->getStatusText() }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if(count($serviceRequests) && $serviceRequests->hasPages())
@endif