@extends('adminlayout.mobile_sidebar') @section('content')
@if($errors->any())

{{ implode('', $errors->all(':message')) }}

@endif
Search
@csrf
@if(isset($from)) @else @endif @if ($errors->has('search')){{ $errors->first('search') }}@endif
@if(isset($to)) @else @endif @if ($errors->has('search')){{ $errors->first('search') }}@endif
@if ($errors->has('search')){{ $errors->first('search') }}@endif

@php $i=1; @endphp @foreach($recharge_data as $data) @endforeach
S.no User Name User Id Order Id Mobile Number Amount Operator Created At Status Action
{{$i++}} {{ $data->name }} {{ $data->refid }} {{ $data->order_id }} {{ $data->mobile_no }} {{ $data->amount }} {{ $data->company_id }} {{ $data->created_at }} {{ ($data->status == 1)? 'Success':'Failed' }} View Distribution @if($data->status == 1) @if(Auth::User()->hasRole('super_admin')) Failed @endif @endif
@endsection