@extends('template') @section('conteudo') {{-- Breadcrumb --}} {{-- Cabeçalho --}}
| Código | Organização | Data agendada | Modalidade | Alunos | Unidade | Status | Ações |
|---|---|---|---|---|---|---|---|
| {{ $agendamento->protocolo }} | {{ $nomeOrganizacao }} | {{ $agendamento->data_agendada?->format('d/m/Y') ?? '-' }} | {{ $agendamento->modalidade->value }} | {{ $agendamento->qtd_estimada }} | {{ $agendamento->unidade?->nome ?? '-' }} | @if(in_array($status, ['agenda_confirmada', 'agenda_contratada'])) Confirmado @elseif(in_array($status, ['cancelada', 'recusada', 'expirada'])) {{ $statusLabel }} @else {{ $statusLabel }} @endif | |
Nenhum agendamento encontrado. | |||||||