@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("International Shipping")}}

{{__("Door To Door Air Freight")}}

@endsection @section("content") @include("includes.dialog")
"AD"])}}" method="post" id="form-excel"> @csrf {{__("Export As Excel")}}
@foreach($international_shipping as $shipping) @endforeach
{{__("ID")}} {{__("Shipping Country")}} {{__("Shipping City")}} {{__("Shipping Address")}} {{__("Pricing Principle")}} {{__("Total Weight")}} {{__("Shipping Date")}} {{__("Harbor Name")}} {{__("Created At")}} {{__("Control")}}
{{$shipping->id}} {{$shipping->shipping_country}} {{$shipping->shipping_city}} {{$shipping->shipping_address}} {{$shipping->pricing_principle}} {{$shipping->total_weight}} {{$shipping->shipping_date}} {{$shipping->harbor->name}} {{$shipping->created_at->diffForHumans()}} $shipping->id])}}" class="btn btn-primary">{{__("Show")}}
@endsection @section("scripts") @endsection