initial
This commit is contained in:
18
resources/views/mail/approval-request.blade.php
Normal file
18
resources/views/mail/approval-request.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<p>Dear {{ $approver->name }},</p>
|
||||
|
||||
<p>A travel request has been submitted and requires your approval.</p>
|
||||
|
||||
<p>
|
||||
<strong>Request #:</strong> {{ $travelRequest->id }}<br>
|
||||
<strong>Submitted by:</strong> {{ $travelRequest->user->name }} ({{ $travelRequest->user->email }})<br>
|
||||
<strong>Reason:</strong> {{ $travelRequest->reason_summary }}<br>
|
||||
<strong>Submitted:</strong> {{ $travelRequest->submitted_at?->format('d M Y H:i') }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="{{ $signedUrl }}">Click here to review and approve or reject this request</a>
|
||||
</p>
|
||||
|
||||
<p>This link is signed and will expire. Please action it promptly.</p>
|
||||
|
||||
<p>Travel Request System</p>
|
||||
Reference in New Issue
Block a user