Customer Info |
---|
Name: {{$payment['client_name']}}
Phone: {{$payment['client_phone']}}
Adress: {{$payment['client_adr']}}
Email: {{$payment['client_email']}}
|
Company Info |
---|
{{$setting['CompanyName']}}
Adress: {{$setting['CompanyAdress']}}
Phone: {{$setting['CompanyPhone']}}
Email: {{$setting['email']}}
|
Return | Paid By | Amount |
---|---|---|
{{$payment['return_Ref']}} | {{$payment['Reglement']}} | {{$symbol}} {{$payment['montant']}} |
@if($setting['is_invoice_footer'] && $setting['invoice_footer'] !==null)
{{$setting['invoice_footer']}}
@endif