@extends('layouts.dash') @section('styles') @parent @endsection @section('title', $title) @section('content')
Fund Transfer
wallet
{{ $settings->currency }}{{ number_format(Auth::user()->account_bal, 2, '.', ',') }}
Your Account Balance
@csrf
Transfer Charges: {{ $moresettings->transfer_charges }}%
@endsection @section('scripts') @parent @endsection