@include('admin.header') @section('title', 'Payment Allocation Details') @section('actions') Back to Allocations Edit @endsection
| Reference Number | {{ $paymentAllocation->reference_number }} |
|---|---|
| Advance Payment | {{ $paymentAllocation->advancePayment->reference_number }} |
| Buyer | {{ $paymentAllocation->advancePayment->buyer->company_name }} |
| Factory | {{ $paymentAllocation->factory->name }} |
| Order Confirmation | {{ $paymentAllocation->orderConfirmation->order_number }} |
|---|---|
| Allocation Date | {{ $paymentAllocation->allocation_date->format('M d, Y') }} |
| Amount | ${{ number_format($paymentAllocation->amount, 2) }} |
| Created By | {{ $paymentAllocation->creator->name }} |