@extends('layouts.dash2') @section('title', $title) @section('content')
@include('partials._mobile_header', [ 'title' => 'Local Transfer', 'showBackButton' => true, 'backUrl' => route('dashboard'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])

Local Transfer

Send money instantly

Time

Instant

Fee

Free

Banks

All Local

@include('partials.quick-transfer', ['transferType' => 'local', 'methodType' => ''])
@csrf

Available Balance

Account Balance

{{ Auth::user()->curr }} Currency

{{ Auth::user()->s_curr }}{{ number_format(Auth::user()->account_bal, 2, '.', ',') }}
Available for transfer

Transfer Amount

{{ Auth::user()->s_curr }}

Quick amounts:

Transfer Information

Transfer amount:

Beneficiary Details

9-digit number found on your checks

8-11 character bank identifier code

Additional Information

This is your transaction PIN, not your login password

Transaction Summary

Transfer Amount {{ Auth::user()->s_curr }}
Payment Source
Account Balance
Transfer Fee
FREE
Total Amount {{ Auth::user()->s_curr }}
Remaining Balance {{ Auth::user()->s_curr }}
Back to Dashboard

Bank-Level Security

All transfers are protected with 256-bit SSL encryption and processed through secure banking channels. Your financial information is never stored on our servers and all transactions are monitored for fraud protection.

SSL Encrypted
Zero Data Storage
24/7 Monitoring

Confirm Transfer

Transfer Summary

Transfer Amount {{ Auth::user()->s_curr }}
Recipient
Account Number
Bank
Account Type
Routing Number
SWIFT Code
Description
Total Amount {{ Auth::user()->s_curr }}
Remaining Balance {{ Auth::user()->s_curr }}
Important Notice

Please verify all transfer details carefully before proceeding. Once confirmed, transfers cannot be reversed.

@csrf
@endsection