@extends(App\Models\General::first()->theme.'.layouts.app') @section('title') My Balance | {{App\Models\General::first()->title}} | {{App\Models\General::first()->subtitle}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include(App\Models\General::first()->theme.'.customer.includes.sidebar')

Money Bag Balance

My Balance Total (BDT)

{{ Auth::user()->balance ?: 0.00 }}

Add Balance

@csrf
Amount (BDT)
@include(App\Models\General::first()->theme.'.alerts')

All Transaction

Date Method Previous Balance Transfered Balance New Balance Status
@endsection @push('js') @endpush