@include('emails.client_contact.common-finance.header', ['franchise' => $franchise]) @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello Team, @endcomponent @component('emails.common.p') Please see feedback summary below for the following project: @endcomponent @component('emails.common.p') Project: {{ $projectName }}
Number of responses: {{ $noOfResponses }}
Duration: {{ date('d/m/Y', strtotime($weekStartDate)) }} - {{ date('d/m/Y', strtotime($weekEndDate)) }} @endcomponent @component('emails.common.p') Click here to view the client feedback. @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])