@extends('dashboard.layout.partials.dashboard') @section('content')
| S no | User Name | Coin request to withdraw amount | Approve | Action | |
|---|---|---|---|---|---|
| {{$loop->index +1}} | {{$user->name ?? 'N/A'}} | {{$request->coins}} | @if($request->approaved==1)Submit | View | @elseApproved | @endif