@extends('admin.layouts.main') @php $page_name = 'Wallet Transaction'; @endphp @section('content')
| User | Amount | Type | Note | Date | |
|---|---|---|---|---|---|
| {{ $transaction->user->name ?? '-' }} | ₹{{ $transaction->amount }} | {{ ucfirst($transaction->type) }} | {{ $transaction->description }} | {{ $transaction->created_at->format('d M Y, h:i A') }} | |
| No transactions found. | |||||