@if(isset($quotations->getServiceProviders[0]->user_details->first_name)){{$quotations->getServiceProviders[0]->user_details->first_name.' '.$quotations->getServiceProviders[0]->user_details->last_name}}@endif
$ {{$quotations->getServiceProviders[0]->amount}}
Quotation ID
@if(isset($quotations->id)){{$quotations->id}}@endif
Submitte Quotation
@if(isset($quotations->quotation_message)){{$quotations->quotation_message}}@endif
Image
-
@if(count($quotations->getQuoteImages)>0)
@foreach($quotations->getQuoteImages as $res)
-
@endforeach
@endif
Reply
@if($quotations->getServiceProviders[0]->reply != ''){{$quotations->getServiceProviders[0]->reply}}
@elseNo reply posted now...
@endifPayment Details:
Payment Mode: {{(($quotations->payment_type==0) ? 'Online' : 'PayNow')}}
Payment Status: {{(($quotations->payment_status==1) ? 'Paid' : 'Refunded')}}
Payment Date: {{$quotations->payment_date}}
Transaction ID: {{$quotations->trn_id}}
Quotation Closed
Work Done:
{{$quotations->work_done}} %