| {{ $documentTemp['agency'] }} | ||
| {{ $documentTemp['docName'] }} | ||
| 團號:{{ $productTemp['tourCode'] }} | {{ $productTemp['tourName'] }} |
日期
時間
|
|
@foreach ($item as $keys => $items)
@foreach ($items as $fKey => $fItem)
{{ $fItem['name'] }}
@if ($fKey < count($items) - 1)
/
@endif
@endforeach
@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
|
@endforeach