@extends('layouts.main') @section('content')
@foreach ($statement as $history) @endforeach
User Amount file Payment Type Payment Method UTR Date Action
{{ \App\Models\User::find($history->user_id)->name }} {{ $history->amount }} transaction_file") }}" style="width: 100px"> {{ $history->payment_type }} {{ $history->payment_method }} {{ $history->transaction_id }} {{ $history->created_at->format('d-m-Y') }}
@endsection