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

Internal Transfer

Effortlessly move funds within your accounts – seamless internal transfers for streamlined financial management.

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach

Internal Transfer


{{ csrf_field() }}
@if($errors->has('fromaccount')) {{ $errors->first('fromaccount') }} @endif
@if($errors->has('toaccount')) {{ $errors->first('toaccount') }} @endif
@endsection