@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')
Money Bag Balance
My Balance Total (BDT)
{{ Auth::user()->balance ?: 0.00 }}
@include(App\Models\General::first()->theme.'.alerts')
All Transaction
| Date |
Method |
Previous Balance |
Transfered Balance |
New Balance |
Status |
@endsection
@push('js')
@endpush