{{ __('shipment.bill') }}

{{ __('shipment.calculate_bill') }}

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • - {{ $error }}
  • @endforeach
@endif
{{ __('shipment.photo') }} {{ __('shipment.refcod') }} {{ __('shipment.tracking') }} {{ __('shipment.kg') }} {{ __('shipment.cbm') }} {{ __('shipment.pcs') }} {{ __('shipment.total_amount_delivery_fee') }} {{ __('shipment.local_tracking') }} {{ __('shipment.status') }}
{{ __('global.cancel') }}
@include('pages.booking.popup-image')