@extends('layouts.appNew') @section('content')

Internal Transfer

@if(\Session::has('error'))

{{\Session::get('error')}}

@endif
@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf

You are about to request an internal transfer from one of your accounts to the other. Please note that you can transfer funds between your own accounts only. If you transfer funds to the account in a different currency, we will convert these funds to the current market quote. Please enter the transfer amount and select the destination account. Then enter your Octa PIN and submit the request. Internal transfers usually take 1–2 hours to be processed.

From

@error('from_account') {{ $message }} @enderror

To

@error('to_account') {{ $message }} @enderror

Amount From $

@error('amount_from') {{ $message }} @enderror

Amount To $

@error('amount_to') {{ $message }} @enderror
Back
@endsection