Total Contract Value:
Rs. {{ number_format($contract->contract_value, 2) }}
@if($contract->agent_commission_rate > 0)
Agent Commission Rate:
Rs. {{ number_format($contract->agent_commission_rate, 2) }} / unit
@endif
@if($contract->transport_rate > 0)
Transport Rate:
Rs. {{ number_format($contract->transport_rate, 2) }} / unit
@endif
Delivered Quantity:
{{ number_format($contract->delivered_quantity, 2) }} {{ $contract->quantity_unit }}
Pending Quantity:
{{ number_format($contract->pending_quantity, 2) }} {{ $contract->quantity_unit }}
This is a computer generated document. Printed on: {{ now()->format('d M, Y h:i A') }}