@extends('layouts.app') @section('title','Wallet') @section('content')

Wallet

Main Balance

BDT {{ number_format((float)$user->caBalance, 2) }}

Demo deposit/withdraw. Integrate payment gateway later.

Deposit

@csrf

Withdraw

@csrf
@endsection