@extends('layouts.admin') @section('content')
Port Seal List
@foreach($exports as $key => $export) @endforeach
S.no IEC Code Compnay Name {{ trans('cruds.export.fields.trailer_reg_number') }} {{ trans('cruds.export.fields.container_number') }} {{ trans('cruds.export.fields.destination_custom') }} {{ trans('cruds.export.fields.eseal') }} {{ trans('cruds.export.fields.shipping_bill') }} {{ trans('cruds.export.fields.sealing_date') }} {{ trans('cruds.export.fields.shipping_date') }} EWay Bill No CFS of Stuffing CFS Of Scan Date and Time Of Scan at CFS Result Of Scan at CFS Reach Time Seal Status   PDF
{{ $export->id }} {{ $export->exporter->import_export_code ?? '' }} {{ $export->exporter->exporter_company_name ?? '' }} {{ $export->trailer_reg_number ?? '' }} {{ $export->container_number ?? '' }} {{ $export->destination_custom->port_name ?? '' }} {{ $export->eseal->sn ?? '' }} {{ $export->shipping_bill ?? '' }} {{ $sealing_date ?? '' }} {{ $shipping_date ?? '' }} {{ $export->ewaybillno ?? '' }} {{ $export->cfs->code ?? '' }} {{ $export->eseal->cfs_of_scan ?? '' }} {{ $export->eseal->datetimeofcfsscan ?? '' }} {{ $export->eseal->cfs_status ?? '' }} {{ $export->eseal->reach_time ?? '' }} {{ $export->eseal->status ?? '' }} @can('export_show') @endcan
@endsection @section('scripts') @parent @endsection