Petty Cash Request
Dear @foreach($receivers as $receiver)
{{$receiver->first_name . " " . $receiver->last_name}}, @endforeach
A petty cash request has been submitted and requires your approval. Below are the details:
Requestor's Name : {{ $preparedBy }}
Requestor's Position : {{ $preparedByPosition }}
Store : {{ $siteName }}
Requested Amount : {{ $total }}
@if(isset($notedBy))
Acknowledged By : {{ $notedBy }}
Acknowledged By Position : {{ $notedByPosition }}
@endif
@if(isset($confirmedBy))
Confirmed By : {{ $confirmedBy }}
Confirmed By Position : {{ $confirmedByPosition }}
@endif
@if(isset($postedBy))
Posted By : {{ $postedBy }}
Posted By Position : {{ $postedByPosition }}
@endif
@foreach($details as $i => $detail)
@endforeach
Date |
Expense Type |
Particulars |
Amount |
{{ date('m-d-Y', strtotime($detail->date_detail))}}
|
{{$detail->name}}
|
{{$detail->particulars}}
|
{{$detail->amount}}
|
Total
|
{{$total}}
|
Please review the request at your earliest convenience and provide your approval. Your timely attention to this matter is appreciated to ensure smooth processing.
Should you have questions or clarifications, please contact the requester directly.
Click this link to view the full details
This is a system generated email. Please do not reply.