@if (session('message'))
×
{{ session('message') }}.
@endif
{{-- handCash Table goes here --}}
Mobile Cash
Account | Balence |
---|---|
{{ str_replace('_', ' ', $mobile->rules) }} | {{ $mobile->Balance }} |
Total | {{ $handCashes_Mobile_balence }} |
Credit Card
pay | Borrow |
---|---|
{{ $CreditCard_Credit }} | {{ $CreditCard_withdraw }} |
Balance | {{ $CreditCard_balance }} |
Hand Cash
Cash | Balence |
---|---|
Shanta Hand Cash Balence | {{ $handCashes_Cash_balence }} |
Peti Cash Balance | {{ $handCashes_Peti_balence }} |
Loan To Other
Balence |
---|
{{ $handCashes_loan_balence }} |
Total Balence
{{ $hands }}Bank Cash Handlings
Account | Balence |
---|---|
{{ str_replace('_', ' ', $mobile->rules) }} | {{ $mobile->Balance }} |
Total | {{ $handCashes_Bank_balence }} |
All Cash Handlings
{{-- handCash Table goes here --}}
Sl# | Date | Name | Types | Rules | Amount | Actions |
---|---|---|---|---|---|---|
{{ ++$sl }} | {{ $handCash->date ? \Carbon\Carbon::parse($handCash->date)->format('d-M-Y') : '' }} | {{ $handCash->name }} | {{ $handCash->types }} | {{ str_replace('_', ' ', $handCash->rules) }} | {{ $handCash->amount }} |
|