@if (!$print)
{{ $document['agency'] }} | ||
{{ $document['docName'] }} | ||
團號:{{ $product['tourCode'] }} | {{ $product['get_product']['name'] }} |
日期
時間
|
@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