@foreach($packagetypes as $maintype)
{{$maintype['name']}}
@foreach($centers as $key => $value)
{{$value['name']}}
@endforeach
@foreach(array_keys($quotations[$maintype['id']][$centers[0]['id']]) as $type)
{{displayWeight($type, $maintype['weight_type'])}} {{$maintype['weight_type']}}
@endforeach
@foreach($centers as $v)
@if(isset($quotations[$maintype['id']][$v['id']]))
@foreach($quotations[$maintype['id']][$v['id']] as $kk => $value)
@if($value) ₹ {{$value}} @else @endif
@endforeach
@endif
@endforeach
@endforeach
@if(@$branch['quotation_notes'] != "")
Note :
@foreach($notesArr as $note)
-
-
{{$note}}
@endforeach
@endif
@if($digital_signature == 1)
Digitally signed by {{strtoupper(@$branch['name'])}}
Date: {{date("d/m/Y", strtotime(now()))}}
Location: {{@$branch['city']}}
@elseif($digital_signature == 2 && $branch['stamp'] != '')
For, {{@$branch['name']}}
@else
For, {{@$branch['name']}}
Autho / Sign.
@endif