@if($branch['image']) @endif

{{ $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.

@foreach($packagetypes as $maintype)

{{$maintype['name']}}

@foreach(array_keys($quotations[$maintype['id']][$centers[0]['id']]) as $type) @endforeach @foreach($centers as $key => $value) @if(isset($quotations[$maintype['id']][$value['id']])) @foreach($quotations[$maintype['id']][$value['id']] as $kk => $value) @endforeach @endif @endforeach

{{displayWeight($type, $maintype['weight_type'])}} {{$maintype['weight_type']}}

{{$value['name']}}

@if($value) ₹ {{$value}} @else @endif

@endforeach {{--

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
@if($branch['bill_terms_and_conditions'] != '') @endif
@php $termsAndConditionsArr = explode("\n", str_replace("\r", "", @$branch['bill_terms_and_conditions'])); @endphp @foreach($termsAndConditionsArr as $termsAndConditions)

{{$termsAndConditions}}

@endforeach