@extends('main') @section('h_title', 'Pending Global Recharge') @section('recharge_main', 'active') @section('recharge_main_expand', 'true') @section('recharge_show_main', 'show') @section('g_recharge_main', 'active') @section('g_recharge_show', 'show') @section('g_recharge_view', 'active') @push('css_cdn') @endpush @section('body')
|
|
SR No. | Name | Number | Operator | Amount | Status | Reason | Created At | Action |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $data->user->name }} | {{ $data->number }} | {{ $data->operator }} | {{ $data->amount }} BDT | {{ $data->reason == null ? 'N/A' : $data->reason}} | {{ \Carbon\Carbon::make($data->created_at)->format('D, d M Y') }} | @if($data->status === 'pending') Delete @elseif($data->status === 'accepted' || $data->status === 'rejected') Delete @endif |