@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Dear {{ $employeePersonalDetails->full_name }}, @endcomponent @component('emails.common.p') We wanted to inform you that there have been recent updates to your employee profile. Please contact payroll admin to ensure that all information is accurate. @endcomponent @component('emails.common.slogan') @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') @if($franchise) {{ $franchise->company_name }}@endif Payroll Management @endcomponent @endcomponent @endcomponent @include('emails.common.footer')