@extends('front_end.layouts.home') @section('title', 'Withdraw Funds') @push('styles') @endpush @push('scripts') @endpush @section('content')

Withdraw Funds

Create a withdrawal request

Withdrawal Form
@csrf
Minimum: ${{ setting('m_withdrawal') }} | Available Balance: ${{ number_format(getUserWallet(auth()->id()), 2) }}
Cancel
@endsection