@extends('layouts.app', ['title' => 'Update Shipment']) @section('content')

{{ $shipment->awb }}

{{ $shipment->receiver_name }} — {{ $shipment->receiver_phone }}

{{ $shipment->receiver_address }}

@include('partials.money_breakdown', ['financial' => $shipment->financial])
@csrf
@endsection