Customer: | {{ $package->user->email ?? 'N/A' }} |
---|---|
Weight: | {{ $package->calculateWeight() }} kg |
From: | {{ $package->shipping_from }} |
To: | {{ $package->shipping_to }} |
Total: | ${{ number_format($cost['total'], 2) }} |
{{ ucfirst($package->payment_status) }}
No packages found.
@endif