| {{ $reservaLogistica->responsavel->name }} |
{{-- {{ $reservaLogistica->usuario_demanda }} | --}}
{{ $reservaLogistica->tipoSolicitacao->nome }}
|
{{ $reservaLogistica->solicitacao->descricao }}
|
{{ $reservaLogistica->quantidade }} |
{{ $reservaLogistica->veiculo }} |
{{ date('d/m/Y H:i', strtotime($reservaLogistica->dt_solicitacao)) }} |
{{ $reservaLogistica->duracao_permanencia . 'h' }}
|
{{ $reservaLogistica->descricao_solicitacao }}
|
{{-- {{ $reservaLogistica->anexo }} |
{{ $reservaLogistica->responsavel_atendimento }} |
{{ $reservaLogistica->resposta_responsavel }}
| --}}
{{ $reservaLogistica->fechado ? 'Atendida' : 'Pendente' }}
|
|
@empty