@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

Local Transfer

Send money instantly to any local bank account securely

Secure
{{--

Quick Transfer

Refresh

Add New

No saved beneficiaries yet
Add one to get started

--}}
@csrf @include('partials.validation_message')

Transfer Amount

{{ currency($user->currency) }}

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.
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 transactions are monitored for fraud protection.

  • 🔒 SSL Encrypted
  • 💾 Zero Data Storage
  • 🟢 24/7 Monitoring
@push('scripts') @endpush @endsection