Заявки на курсы
Создать заявку{{ session('success') }}
@endif
@if(session('error')){{ session('error') }}
@endif
| Организация | Статус | Курсов | Создана | Кем | Действия |
|---|---|---|---|---|---|
| {{ $request->organization->name }} | @if($request->isPending()) Ожидает @elseif($request->isApproved()) Одобрена @else Отклонена @endif | {{ $request->items->count() }} | {{ $request->created_at->format('d.m.Y H:i') }} | {{ $request->requestedBy?->name ?? 'Удалён' }} | |
|
Заявок пока нет |
|||||