|
Reporte Liquidaciones |
|
|---|
|
|
|
| SERVICIOS | |||||||
|---|---|---|---|---|---|---|---|
| Origen | Intermedio | Destino | Tipo | Contenedor | Contenedor | Cliente | Sueldo |
| {{$servicio->origen}} | {{$servicio->intermedio}} | {{$servicio->destino}} | {{$servicio->tipo}} | {{$servicio->conte1}} | {{$servicio->conte2}} | {{$servicio->cliente}} | ${{$servicio->monto}} |
| Total: | ${{ number_format($data->subtotal_servicios, 2, '.', ',') }} | ||||||
| ESTADIAS | ||
|---|---|---|
| Fecha | Concepto | Monto |
| {{$estadia->fecha}} | {{$estadia->concepto}} | ${{$estadia->monto}} |
| Total: | ${{ number_format($data->subtotal_estadias, 2, '.', ',') }} | |
| OTROS GASTOS | ||
|---|---|---|
| Fecha | Concepto | Monto |
| {{$gasto->fecha}} | {{$gasto->concepto}} | ${{$gasto->monto}} |
| Total: | ${{ number_format($data->subtotal_otros_gastos, 2, '.', ',') }} | |
| Viaticos: | ${{ number_format($data->viaticos, 2, '.', ',') }} | |
| Subtotal Liq. + Estadias: | ${{ number_format($data->ser_mas_est, 2, '.', ',') }} | |
| Gastos comprobados: | ${{ number_format($data->subtotal_gascom, 2, '.', ',') }} | |
| Total a pagar: | ${{ number_format($data->totalPagar, 2, '.', ',') }} | |
| DIESEL | ||
|---|---|---|
| Fecha carga | Litros | Costo |
| {{$diesel->fecha}} | {{$diesel->litros}} | ${{$diesel->costo}} |
| Subtotal: | ${{ number_format($data->subtotal_diesel, 2, '.', ',') }} | |