@extends('backend.layouts.app') @section('title', 'Recharge History') @section('page-title', 'Recharge History') @section('page-breadcrumb', 'Recharge History') @section('content')
Recharge History
@if(Auth::user()->user_type>0) @endif @if(Auth::user()->user_type>1) @endif @if(Auth::user()->user_type>3) @endif @foreach($recharge_list as $row) @if(Auth::user()->user_type>0) @endif @if(Auth::user()->user_type>1) @endif @if(Auth::user()->user_type>3) @endif @endforeach @if(Auth::user()->user_type>0) @endif @if(Auth::user()->user_type>1) @endif @if(Auth::user()->user_type>3) @endif
UserId UTR Ref ID Mobile Operator No Amount RCommDistCommMaster CommCCommStatus Remarks Created At
{{$row->userID}} {{$row->utr}} {{$row->response}} {{$row->rNumber}} {{$row->operator_name}} {{$row->amount}} {{$row->r_com}}{{$row->dist_com}}{{$row->master_com}}{{$row->c_com}}{{$row->status}} {{$row->remarks}} {{$row->created_at}}
Total
@endsection @section('self_script') @endsection