@if($branch['image'])
|
{{ $branch['person_name'] }} |
{{ $branch['address'] }}, {{ $branch['city'] }} | Mo: {{ $branch['contact_no'] }} |
OFFER QUOTATION |
M/S: {{ $client['name'] }} |
Date: {{ \Carbon\Carbon::now()->format('d/m/Y') }} |
Mobile: {{ $client['phone1'] }} |
Please find our comprehensive price list below for each type of package we deliver. |
{{$maintype['name']}} |
@foreach(array_keys($quotations[$maintype['id']][$centers[0]['id']]) as $type) |
{{displayWeight($type, $maintype['weight_type'])}} {{$maintype['weight_type']}} |
@endforeach
{{$value['name']}} |
@if(isset($quotations[$maintype['id']][$value['id']]))
@foreach($quotations[$maintype['id']][$value['id']] as $kk => $value)
@if($value) ₹ {{$value}} @else @endif |
@endforeach
@endif
COD |
0.5kg |
1kg |
|
Local |
₹ 15 |
₹ 15 |
GUJARAT |
₹ 15 |
₹ 15 |
NORTH |
₹ 15 |
₹ 15 |
METRO CITY |
₹ 15 |
₹ 15 |
REST OF INDIA |
₹ 15 |
₹ 15 |
NORTH EAST |
₹ 15 |
₹ 15 |
UK |
₹ 200 |
₹ 15 |
DUBAI |
₹ 500 |
₹ 15 |
DTDC EXP |
1kg |
|
Local |
₹ 15 |
GUJARAT |
₹ 15 |
NORTH |
₹ 15 |
METRO CITY |
₹ 15 |
REST OF INDIA |
₹ 15 |
NORTH EAST |
₹ 15 |
UK |
₹ 200 |
DUBAI |
₹ 500 |
NOTE
|
@php
$termsAndConditionsArr = explode("\n", str_replace("\r", "", @$branch['bill_terms_and_conditions']));
@endphp
@foreach($termsAndConditionsArr as $termsAndConditions)
{{$termsAndConditions}} @endforeach |
@endif