{{-- --}}
@foreach ($courier_orders as $data)
@if ($setting->name == 'Online Thoga Kade')
COD : {!! number_format($sale->invoice_balance, 2) !!}
@if (!empty($sale->currency_type))
{{ $sale->currency_type == 'usd' ? '$' : ' LKR' }}
@else
LKR
@endif
@else
@if ($sale->payment_status == 'due')
COD : {!! number_format($sale->invoice_balance, 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
@if ($setting->name == 'Quickly.lk')
@else
FREE
@endif
@endif
@endif
{{ $sale->full_waybill_no }}
{{ $location->website }}
{{ $location->landmark }}, {{ $location->city }} - {{ $location->zip_code }} |