|
Regarding Payment Status
|
|
Hi {{ $quotationDataUser['posted_by'] }},
Thanks for your payment.
|
|
|
Quotation Message
|
|
|
{{ $quotationDataUser['message'] }}
|
|
@foreach($quotationDataUser['attachment'] as $val)
@endforeach
|
|
|
Payment Type
|
|
|
@if($quotationDataUser['payment_type'] == 0)
{{ 'Paynow' }}
@else
{{ 'Online' }}
@endif
|
|
|
Payment Status
|
|
|
{{ $quotationDataUser['status'] }}
|
|
|
Payment Date
|
|
|
{{ date("m/d/Y", strtotime($quotationDataUser['payment_date'])) }}
|
|