|
BAMBARAWATHTHA
HERBALS (PVT) LTD NO 206/A/1/1 LAKE ROAD, BORALESGAMUWA {{ $setting->mobile }} |
CASH ON DELIVERY |
|
{{ $sale->waybill_prefix . $sale->waybill_no . $sale->waybill_postfix }} |
|
| COD AMOUNT: {!! number_format($sale->invoice_nettotal, 2) !!} @if (!empty($sale->currency_type)) {{ $sale->currency_type == 'usd' ? '$' : ' LKR' }} @else LKR @endif @elseif ($sale->payment_status == 'partial') Balance : {!! number_format($sale->invoice_balance, 2) !!} @if (!empty($sale->currency_type)) {{ $sale->currency_type == 'usd' ? '$' : ' LKR' }} @else LKR @endif @else FREE @endif |
|
INVOICE NUMBER
@if (!empty($sale->invoice_no))
{!! $sale->invoice_no !!}
@elseif(!empty($sale->ref_no))
{!! $sale->ref_no !!}
@else
N/A
@endif
ISSUED DATE
{{ Carbon\Carbon::parse($sale->sale_date)->format('Y-m-d') }}
COURIER SERVICE
@foreach ($couriors as $courior)
@if ($sale->courier == $courior->id)
{{ $courior->name }}
@endif
@endforeach
{{--
Dear Courier Partner,
Please Contact Us On --}}
{{ $setting->mobile }} For Any Issues. |
Customer Details
|