@extends('Layout.usergame') @section('css') @endsection @section('content')
| # | Payment Gateway Type | Amount | Category | Type | Remark | Status | Requested Date |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ ucfirst($item->platform) }} | ₹{{ number_format($item->amount,2) }} | {{ ucfirst($item->category) }} | {{ ucfirst($item->type) }} | {{ $item->remark }} |
{{status($item->status,'recharge')['name']}}
|
{{ dformat($item->created_at,'d-m-Y h:i:s') }} |
| No data found!! | |||||||
| # | Payment Gateway Type | Amount | Remark | Status | Requested Date |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->platform }} | {{ $item->amount }} | {{ $item->remark }} | {{ $item->status }} | {{ $item->created_at }} |
| No data found!! | |||||