AEPS History
@if(Auth::user()->user_type>0) @endif @if(Auth::user()->user_type>1) @endif @if(Auth::user()->user_type>3) @endif @php $total_amount = $total_r_com = $total_dist_com = $total_master_com = $total_c_com = 0; @endphp @foreach($aeps_list as $row) @if(Auth::user()->user_type>0) @endif @if(Auth::user()->user_type>1) @endif @if(Auth::user()->user_type>3) @endif @php $total_amount += $row->amount; $total_r_com += $row->r_com; $total_dist_com += $row->dist_com; $total_master_com += $row->master_com; $total_c_com += $row->c_com; ; @endphp @endforeach @if(Auth::user()->user_type>0) @endif @if(Auth::user()->user_type>1) @endif @if(Auth::user()->user_type>3) @endif
UserId Aadhar No Ref ID Mobile T Type Amount RCommDistCommMaster CommCCommStatus Remarks Created At
{{$row->userID}} {{$row->aadhar_no}} {{$row->ref_id}} {{$row->mobile_no}} {{$row->t_type}} {{$row->amount}} {{$row->r_com}}{{$row->dist_com}}{{$row->master_com}}{{$row->c_com}}{{$row->status}} {{$row->remarks}} {{$row->created_at}}
Total {{number_format($total_amount, 2)}} {{number_format($total_r_com, 2)}} {{number_format($total_dist_com, 2)}} {{number_format($total_master_com, 2)}} {{number_format($total_c_com, 2)}}