@include('emails.client_contact.common-finance.header', ['franchise' => $franchise])
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $projectOwner->full_name }},
@endcomponent
@component('emails.common.p')
{{ $contactName }} has submitted feedback for the following project with a very low rating,
@endcomponent
@component('emails.common.p')
Project name: {{ $project->name }}
Overall Rating: {{ $ratings }}
@endcomponent
@component('emails.common.p')
Click here to view more.
@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])