@extends('layouts.main') @section('content')
| User | Amount | file | Payment Type | Payment Method | UTR | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ \App\Models\User::find($history->user_id)->name }} | {{ $history->amount }} | {{ $history->payment_type }} | {{ $history->payment_method }} | {{ $history->transaction_id }} | {{ $history->created_at->format('d-m-Y') }} |