Trip Details
@foreach($items as $k=>$item)
@foreach($item['fares'] as $fare) @endforeach
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'] }}
@endforeach {{-- @if ($grandTotalCur)--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--
Grand Total{{ number_format($grandTotal, 2, '.', ',').' '.$grandTotalCur }}
--}} {{--
--}} {{--@endif--}}