{{-- MATERIAL DESIGN BOOTSTRAP --}}
{{--
--}}
RELATÓRIO DE CHECKIN
{{--
--}}
{{ $chaixaCheck=$checkin->getCaixaCheckin->first() }}
Código do checkin: {{ $checkin->id }}
Data do checkin: {{ $checkin->created_at }}
Quantidade de caixas: {{ $checkin->qtdcaixas }}
Código da reserva: {{ $chaixaCheck->getCaixa->reserva_id }}
Código do cliente: {{ $chaixaCheck->getCaixa->getReserva->getCliente->numerocliente }}
Cliente: {{ $chaixaCheck->getCaixa->getReserva->getCliente->getUser->getPessoa->nome }}
Caixas
#
Código
Número
{{ $qtdCaixasGer=1 }}
@foreach($checkin->getCaixaCheckin as $caixaCheckin)
{{ $qtdCaixasGer++ }}
{{ $caixaCheckin->getCaixa->id }}
{{ $caixaCheckin->getCaixa->numerodacaixa }}
@endforeach