@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 | Prepaid/Postpaid | Amount | Status | Reason | Created At | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $data->user->name }} | {{ $data->number }} | {{ $data->operator_name }} | {{ $data->sub_operator }} | {{ $data->type }} | {{ $data->amount }} BDT
{{ $data->commission != null ? $data->commission . __(' 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 |