@foreach($result['data'] as $show) @endforeach
{{ __('messages.common.no') }} {{ $result['type'] == \App\Models\Postal::POSTAL_RECEIVE ? __('messages.postal.from_title') : __('messages.postal.to_title') }} {{ __('messages.postal.reference_no') }} {{ $result['type'] == \App\Models\Postal::POSTAL_RECEIVE ? __('messages.postal.to_title') : __('messages.postal.from_title') }} {{ __('messages.postal.date') }} {{ __('messages.postal.address') }}
{{ $loop->iteration }} {{ $result['type'] == \App\Models\Postal::POSTAL_RECEIVE ? $show->from_title : $show->to_title }} {{ $show->reference_no }} {{ $result['type'] == \App\Models\Postal::POSTAL_RECEIVE ? $show->to_title : $show->from_title }} {{ $show->date }} {{ $show->address }}