@if ($documentTemp['useAgency']) @endif @if ($documentTemp['useDocName']) @endif
{{ $documentTemp['agency'] }}
{{ $documentTemp['docName'] }}
團號:{{ $productTemp['tourCode'] }} {{ $productTemp['tourName'] }}
日期
時間
@foreach ($fieldTemp as $key => $item) @endforeach @foreach ($travelerTemp as $tKey => $tItem) @foreach ($fieldTemp as $key => $item) @endforeach @endforeach
@foreach ($item as $keys => $items)
@foreach ($items as $fKey => $fItem) {{ $fItem['name'] }} @if ($fKey < count($items) - 1) / @endif @endforeach
@endforeach
@foreach ($item as $keys => $items)
@foreach ($items as $fKey => $fItem) @if ($fItem['field'] == 'index') {{ $tKey + 1 }} @else {{ $tItem[$fItem['field']] == '' ? '' : $tItem[$fItem['field']] }} @endif @endforeach
@endforeach