@include('emails.client_contact.common-finance.header', ['franchise' => $franchise])
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello Project Approver,
@endcomponent
@component('emails.common.p')
The following proforma invoice has been requested for approval
@endcomponent
@component('emails.common.table')
Project:
|
{{ $project->name }}
|
Issued by:
|
{{ $invoice->owner->full_name }}
|
Proforma invoice
|
Link to Proforma Invoice
|
Invoice Number:
|
{{ $invoice->pfi_serial_number }}
|
Date issued:
|
{{date('d M Y', strtotime($invoice->invoice_date)) }}
|
@endcomponent
@component('emails.common.p')
Click here to process approve the profoma invoice for processing
@endcomponent
@component('emails.common.slogan')
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
@if($franchise) {{ $franchise->company_name }}@endif Project
@endcomponent
@endcomponent
@endcomponent
@include('emails.client_contact.common-finance.footer', ['franchise' => $franchise])