HandCash List {{-- HandCash --}}
@if (session('message'))
× {{ session('message') }}.
@endif
{{-- handCash Table goes here --}}

Mobile Cash

@foreach ($mobile_cash as $mobile) @endforeach
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

@foreach ($bank_cash as $mobile) @endforeach
Account Balence
{{ str_replace('_', ' ', $mobile->rules) }} {{ $mobile->Balance }}
Total {{ $handCashes_Bank_balence }}

All Cash Handlings

{{-- handCash Table goes here --}}
@php $sl=0 @endphp @foreach ($handCashes as $handCash) @endforeach
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 }}
@csrf @method('delete')