File: /var/www/console.fixgini.com/resources/views/mail/fund-request-admin-mail.blade.php
<x-mail::message>
Dear Admin,
A new withdrawal request has been submitted by a seller on the platform. Below are the details for your action:
- **Seller Name**: {{ $user->name }}
- **Bank Detail**: Account Name: {{ $user->bank_detail->account_name }} || Account No: {{ $user->bank_detail->account_no }} || Bank Name: {{ $user->bank_detail->bank_name }}
- **Withdrawal Amount**: {{ $user->wallet->currency }}{{ number_format($user->wallet->available, 2) }}
- **Request Time**: {{ now()->format('d M Y, h:i A') }}
Please process this request immediately using a mobile transfer to the seller's registered bank account. Ensure to confirm the transaction on the admin dashboard once completed.
If you need further details, please log in to the admin panel.
Thank you for your swift action.
Best Regards,
{{ config('app.name') }}
</x-mail::message>