{{-- "id" => 19 "payable_type" => "App\Models\User" "payable_id" => 1 "wallet_id" => 13 "type" => "deposit" "amount" => "100000" "confirmed" => 1 "meta" => null "uuid" => "d22c5f10-69ad-44b0-a078-d2f99cf5fe14" "created_at" => "2024-09-22 04:07:02" "updated_at" => "2024-09-22 04:07:02" "deleted_at" => null --}}
{{-- --}}
{{-- @dump($transactions) --}} {{-- @dump($user->id) @dump($user->wallet->id) @dump(number_format($user->balanceFloat, 2)) --}} {{-- @dump($user->wallets) --}} {{--
casfc
--}}
@foreach ( $transactions as $key => $transaction ) @endforeach
Our products

Browse a list of Flowbite products designed to help you work and play, stay organized, get answers, keep in touch, grow your business, and more.

time type amount status wallet actions Edit
{{$transaction->created_at}} {{ number_format($transaction->amount, 2) }} {{$transaction->type}} @if($transaction->confirmed)
Confirmed
@else
Pending
@endif
{{$transaction->wallet_id}} {{--Edit--}}
Total 3 21,000 3 3 3
{{$transactions->links()}}
{{-- @foreach ( $transactions as $key => $transaction )
{{$transaction->type}}
{{$transaction->id}}
{{$transaction->payable_type}}
{{$transaction->payable_id}}
{{$transaction->wallet_id}}
{{$transaction->type}}
{{$transaction->amount}}
@isset($transaction->meta)
SHOWING META
@else
EMPTY META
@endisset
{{$transaction->uuid}}
{{$transaction->created_at}}
{{$transaction->updated_at}}
{{$transaction->deleted_at}}
@endforeach --}}
{{-- --}} {{--
--}} {{-- csacascascas --}} {{-- type type type type --}} {{-- @foreach ( $transactions as $index => $trans )
{{$trans->type}}
{{$trans->id}} {{$trans->wallet_id}} {{$trans->uuid}} @endforeach --}} {{--
{{$transactions->links()}}
@endif --}} {{--
--}} {{--
--}}