@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 Local Purchase Order has been issued to your organisation for services to be rendered.
@endcomponent
@component('emails.common.table')
Local Purchase Order
|
Link to LPO
|
LPO Number:
|
{{ $purchaseOrder->lpo_serial_number }}
|
@if(count($projects) > 0)
Project Name:
|
@foreach ($projects as $project)
{{ $project }}
@endforeach
|
@endif
@endcomponent
@component('emails.common.p')
We value our suppliers & partners alike – please read our payment terms carefully on the LPO to ensure close
alignment with our standards of compliance.
@endcomponent
@component('emails.common.p_with_ul')
@slot('p')
In case of any questions or comments please contact us directly by emailing:
@endslot
@slot('ul')
{{ config('mail.address.finance_tz') }}
{{ config('mail.address.operations') }}
@endslot
@endcomponent
@component('emails.common.p')
If a member of the @if($franchise) {{ $franchise->company_name }}@endif team has been unethical or forcibly requested payment for issuance
of the LPO then please share this incident with: {{ config('mail.address.report') }}
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Kind Regards,
@endcomponent
@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])