CasperSecurity
@component('mail::message')
Dear Reviewer <b>{{\App\Models\User::find($document->reviewer_user_id)->name}}</b>,
<br/>
The User <b>{{\App\Models\User::find($document->user_id)->name}}</b> has uploaded a new document <b>Documnt No: {{$document->getDocumentType->document_no}}-{{$document->document_no}}</b>.
<br/>
Kindly verify and approve at the earliest.
@component('mail::button', ['url' => env('APP_URL').'/ProjectFileUpload'])
Document Link
@endcomponent
Regards,<br>
NeXHS Document No. Generator app.
@endcomponent