@foreach($totalrequests as $totalr) @if ($totalr->total === 0)

Info

Δεν υπάρχουν διαθέσιμες αιτήσεις

@else

Λίστα Αιτήσεων

@foreach ($researcher->projects as $project) @foreach ($project->subjects as $subject) @endforeach @endforeach
Κατηγορία Αίτησης Έργο Συνημμένα Ενέργειες Εισήγηση
{{$subject->catreq->catreq_name}} {{$subject->project->codeid}} - {{$subject->project->title}} @include('subjects.components.collapse') @include('subjects.columns.attaches') @component('subjects.components.attaches.create') @slot('subjectid') {{$subject->id}} @endslot @slot('flagid') researcher @endslot @endcomponent @include('subjects.columns.suggestion')
Κατηγορία Αίτησης Έργο Συνημμένα Ενέργειες Εισήγηση
@endif @endforeach