@extends('main') @section('h_title', 'Pending Recharge') @section('recharge_main', 'active') @section('recharge_main_expand', 'true') @section('recharge_show_main', 'show') @section('recharge_show', 'show') @push('css_cdn') @endpush @section('body')
|
|
SR No. | Name | Number | Operator | Sub Operator | Type | Trx ID | Amount | Status | Reason | Created At | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $data->user ? $data->user->name : 'User Not found'}} | {{ $data->number }} | {{ $data->operator_name }} | {{ $data->sub_operator }} | {{ $data->type }} | {{ $data->trx_id ? $data->trx_id : 'N/A' }} | {{ $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 |