@extends('admin.layouts.main-layout') @section('content')
| # | User Name | User Mobile | Withdraw Request Amount | Withdraw Status | Date | Time | Reamark | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $sort*($page-1)+($key+1) }} | {{isset($list->username) ?$list->username->name : ''}} | {{isset($list->username) ?$list->username->mobile_number : ''}} | {{$list->amount}} | {{isset($list->withdrawStatus) ?$list->withdrawStatus->name : ''}} | {{dateShow($list->created_at)}} | {{timeShow($list->created_at)}} | {{$list->remark}} | |
| Record not found | ||||||||