@php $profil = App\Models\Profile::firstOrfail(); @endphp
|
|
|
@php
$name = $item->name;
if($name == null){
$name = $item->pegawai?->user?->name;
}
@endphp
Dear {{ ucwords($name) }}
{{$form->makers->name}} Sending you documents, click button below :
|
|