@extends('main') @section('h_title', 'Mobile Banking') @section('mobile_banking_main', 'active') @section('mobile_banking_main_expand', 'true') @section('mobile_banking_show_main', 'show') @section('mbanking_main', 'active') @section('mbanking_show', 'show') @section('mbanking_view', 'active') @push('css_cdn') @endpush @section('body')
Mobile Banking Orders
@foreach($items as $data) @endforeach
# Name Mobile Banking Name Mobile Banking Number Amount Transaction Type Status Reason Order Date Action
{{ $loop->iteration }} {{ $data->user == null ? 'User Not found':$data->user->name }} {{ $data->mbank_name }} {{ $data->mbank_number }} {{ $data->amount.__(' BDT')}} {{ $data->transaction_type }} {{ $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 === 'approved' || $data->status === 'rejected') Delete @endif
@endsection @push('js_cdn') @endpush @push('js') @endpush