@extends('layouts.admin') @section('title', 'Distributor List') @section('page-header')
| SL | Company | Name | Mobile | Active | Action | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $distributor->company_name }} | {{ $distributor->name }} | {{ $distributor->email }} | {{ $distributor->mobile }} | @if ($distributor->is_approved) Active @else Pending @endif |
{{-- action button --}}
|
| No Data Available | ||||||