@include('emails.client_contact.common-finance.header', ['franchise' => $franchise])
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$client_contact->first_name }},
@endcomponent
@component('emails.common.p')
We hope this finds you well.
@endcomponent
@component('emails.common.p')
A Proforma Invoice has been issued against a requested service to your organisation
@endcomponent
@component('emails.common.table')
Proforma invoice
|
Link to Proforma Invoice
|
Proforma Invoice Number:
|
{{ $pro_forma->pfi_serial_number }}
|
Tax Invoice Date:
|
{{date('d M Y', strtotime($pro_forma->invoice_date)) }}
|
@if(count($projects) > 0)
Project Name:
|
@foreach ($projects as $project)
{{ $project }}
@endforeach
|
@endif
@endcomponent
@component('emails.common.p')
Incase of any further questions please contact us directly via {{ config('mail.address.finance_tz') }}
@endcomponent
@component('emails.common.p')
We look forward to working with you.
@endcomponent
@component('emails.common.p')
Many thanks,
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Team @if($franchise) {{ $franchise->company_name }}@endif
@if($franchise)
{{ $franchise->company_website }}
@endif
@endcomponent
@endcomponent
@endcomponent
@include('emails.client_contact.common-finance.footer', ['franchise' => $franchise])