@extends('main') @section('h_title', 'Add Money Requests') @section('gateway_view', 'active') @section('gateway_main', 'active') @section('gateway_show', 'show') @section('gateway_expanded', 'true') @push('css_cdn') @endpush @section('body')
|
|
# | Name | Method | Method Name |
Holder Name |
Account Number |
Note | TrxID | Amount | Screenshot | Status | Reason | Order Date | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $data->user == null ? 'User Not found':$data->user->name }} | {{ $data->add_money }} | {{ $data->method_name }} | {{ $data->holder_name }} | {{ $data->account_number }} | {{ $data->note != null ? $data->note : 'N/A' }} | {{ $data->trx_id != null ? $data->trx_id : 'N/A'}} | {{ $data->amount.__(' BDT') }} |
@if($data->screenshot != null)
|
{{ $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 === 'success' || $data->status === 'cancelled') Delete @endif |