@extends('admin.layouts.default') @section('content') {{ HTML::style('css/admin/datatable.css') }} {{ HTML::script("js/admin/datatable.js") }}

{{ Form::open(['role' => 'form','id'=>'filterdata','route'=>[$modelName.'.report'],'files' => true,'method' => 'get']) }} {{csrf_field()}} @php if(isset($_GET['mobile_users'])){ $mobile_users = $_GET['mobile_users']; } if(isset($_GET['email_users'])){ $email_users = $_GET['email_users']; } if(isset($_GET['pan_users'])){ $pan_users = $_GET['pan_users']; } if(isset($_GET['bank_users'])){ $bank_users = $_GET['bank_users']; } $team = ''; if(isset($_GET['team'])){ $team = $_GET['team']; } $email = ''; if(isset($_GET['email'])){ $email = $_GET['email']; } $mobile = ''; if(isset($_GET['mobile'])){ $mobile = $_GET['mobile']; } $start_date = ''; if(isset($_GET['start_date'])){ $start_date = $_GET['start_date']; } $end_date = ''; if(isset($_GET['end_date'])){ $end_date = $_GET['end_date']; } @endphp
Reset
{{ Form::close() }}

All Registered Promoters

Add New Promoter
S No. Username Email Mobile Number Refercode Total Refers Total Earn User's Deposit User's Invest Action
S No. Username Email Mobile Number Refercode Total Refers Total Earn User's Deposit User's Invest Action
@endsection