JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr @php // $logo=asset(Storage::url('uploads/logo/')); $logo=\App\Models\Utility::get_file('uploads/logo/'); $company_logo = Utility::getValByName('company_logo'); @endphp

{{__('Subject : ').'HR department/Company to send termination letter.'}}

{{__('Dear ').$termination->name.','}}

{{__('This letter is written to notify you that your employment with our company is terminated.')}}

{{__('More detail about termination ')}}

{{__('Notice Date : '.$termination->notice_date)}}

{{__('Termination Date : '.$termination->termination_date)}}

{{__('Termination Type: '.$termination->type)}}

{{$termination->description}}

{{__('Feel free to reach out if you have any questions.')}}

{{__('Thank you')}}

{{__('Regards,')}}

{{__('HR Department,')}}

{{env('APP_NAME')}}