@extends('layouts.view') @section('title',trans('lang.Customs-Vat-Report')) @section('links') @endsection @section('content')

{{trans('lang.Customs-Vat-Report')}}

{{trans('lang.Customs-Vat-Report')}} :

@csrf

{{trans('lang.Customs-Vat-Report')}}

@canany(['Shipments-edit','Shipments-delete']) @endcanany @foreach ($Shipments as $Shipment) @canany(['Shipments-edit','Shipments-delete'])
{{trans('lang.id')}} {{trans('lang.wab')}} {{trans('lang.department')}} {{trans('lang.empname')}} {{trans('lang.agent')}} {{trans('lang.broker_name')}} {{trans('lang.license')}} {{trans('lang.port')}} {{trans('lang.bayan')}} {{trans('lang.the_bayan_date')}} {{trans('lang.Shipment_Vendor')}} {{trans('lang.entity')}} {{trans('lang.month')}} {{trans('lang.bayan_category')}} {{trans('lang.import_category')}} {{trans('lang.import_purpose')}} {{trans('lang.notes')}} {{trans('lang.eta')}} {{trans('lang.email_title')}} {{trans('lang.shipment_status')}}{{trans('role.action')}}
SC-{{date('Y-m-d',strtotime($Shipment->created_at))}}-{{ $Shipment->id }} {{ $Shipment->wab}} {{ isset($Shipment->department)?$Shipment->department->name: 'None'}} {{ isset($Shipment->user)?$Shipment->user->name: 'None'}} {{ isset($Shipment->agent)? $Shipment->agent->name:'None'}} {{ isset($Shipment->broker)? $Shipment->broker->name:'None'}} {{ isset($Shipment->broker)? $Shipment->broker->license:'None'}} {{ isset($Shipment->port)? $Shipment->port->name:'None'}} {{ $Shipment->bayan}} {{ $Shipment->bayan_date}} {{ isset($Shipment->vendor)? $Shipment->vendor->name:'None'}} {{ $Shipment->entity}} {{ date('m',strtotime($Shipment->bayan_date))}} {{ $Shipment->bayan_category}} {{ $Shipment->import_category}} {{ $Shipment->import_purpose}} {{ $Shipment->notes}} {{ $Shipment->eta}} {{ $Shipment->email_title}} {{ isset($Shipment->status)? $Shipment->status->name:''}}