| Leg #{{$k+1}} | ||
|---|---|---|
| Month | Year | |
| {{ $item['month'] }} | {{ $item['year'] }} | |
| Origin | ||
{{ $item['orig'] }} |
||
| Destination | ||
{{ $item['dest'] }} |
||
| Operator | ||
{{ $item['operator'] }} |
||
| Supplier | ||
{{ $item['supplier'] }} |
||
| Direction | ||
{{ $item['dir'] }} |
||
| Fares | Per. Ticket | |
| {{ $fare['name'] }} | {{ number_format($fare['cost'], 2, '.', ',') }} {{ $fare['currency'] }} | |
| Total | {{ number_format($item['total'], 2, '.', ',') }} {{ $item['total_cur'] }} | |
| Grand Total | --}} {{--{{ number_format($grandTotal, 2, '.', ',').' '.$grandTotalCur }} | --}} {{--|