@extends('admin.layout') @section('content')
| S/no | Name | Amount | Applied Date | Transaction ID | Screenshot | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $user->name }}
{{ $user->user_id ?? 'N/A' }}
|
{{ $user->amount }} @if ($user->coin_redeem) {{ $user->coin_redeem }} Coin redeem @endif |
{{ \Carbon\Carbon::parse($user->applied_date)->format('d M Y') }} | {{ $user->transaction_id ?? 'N/A' }} | View Screenshot
{{-- |
|