{{ __('transit.manage_transit') }}

{{ __('transit.assign_to_in_transit') }}

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • - {{ $error }}
  • @endforeach
@endif
{{ __('booking.photo') }} {{ __('booking.refcod') }} {{ __('booking.date') }} {{ __('booking.from_warehouse') }} {{ __('booking.import_by') }} {{ __('booking.tracking') }} {{ __('booking.pcs') }} {{ __('booking.chargeable_cbm') }} {{ __('booking.amount') }} {{ __('booking.to_warehouse') }} {{ __('booking.local_tracking') }} {{ __('global.status') }}
{{ __('global.cancel') }}
@include('pages.booking.popup-image')