Your IP : 18.117.94.180


Current Path : /home/lentoinv/lentoria.com/resources/views/affiliate/
Upload File :
Current File : /home/lentoinv/lentoria.com/resources/views/affiliate/statistics.blade.php

@extends('layouts.instructor')
@section('page_title','Affiliate | Statistics')
@section('page_content')
    <div class="pt-5 pb-5">
        <div class="container">
            <!-- User info -->
            {!!affiliateInfo() !!}
            <!-- Page Content -->
            <div class="row mt-0 mt-md-4">
                @include('affiliate.nav')
                <div class="col-lg-8 col-md-7 col-12">
                    <div class="row">

                        <!-- basic table -->
                        <div class="col-xl-12 col-12 mb-5">
                            <div class="card">
                                <!-- card header  -->
                                <div class="card-header">
                                    <h1 class="mb-1 fw-bold">Categorization By Membership Package</h1>
                                </div>
                                <!-- table  -->
                                <div class="table-responsive">
                                    <table class="table text-nowrap mb-0">
                                        <thead>
                                        <tr>
                                            <th>SN</th>
                                            <th>Name</th>
                                            <th>Email</th>
                                            <th>Phone-No</th>
                                            <th>Membership</th>
                                            <th>Title</th>
                                        </tr>
                                        </thead>
                                        <!--  <tbody>
                                           <tr>
                                             <td>Team Manager</td>
                                             <td>10%</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                           </tr>
                                           <tr>
                                             <td>Team Leader</td>
                                             <td>10%</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                           </tr>
                                           <tr>
                                             <td>District Manager</td>
                                             <td>10%</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                           </tr>
                                           <tr>
                                             <td>Senior Manager</td>
                                             <td>10%</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                             <td>-</td>
                                           </tr>

                                         </tbody> -->
                                    </table>
                                </div>

                            </div>

                        </div>
                    </div>

                </div>
                <!-- Card -->
            </div>
        </div>
    </div>

    <hr class="my-0">
@endsection

?>