@extends('user.layout') @section('content')

Payout

{{-- History --}}

Total Wallet Amount : {{ $total_amount }}

@csrf
@foreach ($table_datas as $table_data) @endforeach
S/N Date Amount Status Remark
{{ $loop->iteration }} {{ $table_data->created_at }} {{ $table_data->amount }} {{ $table_data->status }} {{ $table_data->remark }}
@endsection