Reporte de Huespedes


Empresa:

{{ $company->name }}

Fecha:

{{ date('Y-m-d') }}

Ruc:

{{ $company->number }}
@if (!empty($records)) @foreach ($records as $key => $value) @endforeach

Reporte General

ITEM APELLIDOS Y NOMBRES SEXO PAIS DE RESIDENCIA REGIÓN DE RESIDENCIA MOTIVO DE VIAJE TIPO DE DOCUMENTO N° DE DOCUMENTO FECHA DE INGRESO FECHA DE SALIDA TIPO DE HABITACION N° DE HABITACION TARIFA
{{ $key + 1 }} {{$value["customer_name"]}} {{$value["sex"]}} {{$value["country"]}} {{$value["reg"]}} {{$value["reason"]}} {{$value["customer_document_type"]}} {{$value["customer_document_number"]}} {{$value["start_date"]}} {{$value["end_date"]}} {{$value["category"]}} {{$value["room"]}} {{$value["room_rastes"]}}
@else

No se encontraron registros.

@endif