GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
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>