@extends('backend.layouts.app') @section('title', 'Recharge History') @section('page-title', 'Recharge History') @section('page-breadcrumb', 'Recharge History') @section('content')
UserId | UTR | Ref ID | Mobile | Operator No | Amount | RComm | @if(Auth::user()->user_type>0)DistComm | @endif @if(Auth::user()->user_type>1)Master Comm | @endif @if(Auth::user()->user_type>3)CComm | @endifStatus | Remarks | Created At |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$row->userID}} | {{$row->utr}} | {{$row->response}} | {{$row->rNumber}} | {{$row->operator_name}} | {{$row->amount}} | {{$row->r_com}} | @if(Auth::user()->user_type>0){{$row->dist_com}} | @endif @if(Auth::user()->user_type>1){{$row->master_com}} | @endif @if(Auth::user()->user_type>3){{$row->c_com}} | @endif{{$row->status}} | {{$row->remarks}} | {{$row->created_at}} |
Total | @if(Auth::user()->user_type>0) | @endif @if(Auth::user()->user_type>1) | @endif @if(Auth::user()->user_type>3) | @endif |