@if($quotation->payment_status > 0 ) @endif @if($quotation->work_done > 0 ) @endif
@lang('labels.backend.access.quotation.tabs.content.overview.quotation_message') {{ $quotation->quotation_message }}
@lang('labels.backend.access.quotation.tabs.content.overview.quotation_image') @foreach($quotationImages as $key => $images) @endforeach
Payment Mode {{(($quotation->payment_type==0) ? 'Online' : 'PayNow')}}
@lang('labels.backend.access.quotation.tabs.content.overview.payment_status') @if($quotation->payment_status == 0) {{ 'Unpaid' }} @elseif($quotation->payment_status == 1) {{ 'Paid' }} @elseif($quotation->payment_status == 2) {{ 'Refunded' }} @endif
Payment Date {{$quotation->payment_date}}
Transaction ID {{$quotation->trn_id}}
Work Done {{$quotation->work_done}} %
@lang('labels.backend.access.quotation.tabs.content.overview.posted_by') {{ $postedBy->first_name . " " . $postedBy->last_name}}