@extends('admin.layouts.master') @push('css') @endpush @section('content')
| SN | Name | Role | Status | Phone | Address | Action | |
|---|---|---|---|---|---|---|---|
| {{ ($customers->currentPage() - 1) * $customers->perPage() + $key + 1 }} | {{ $customer->name }} | {{ $customer->email }} | {{ ucfirst($customer->role) }} | @if($customer->status) Active @else Inactive @endif | {{ $customer->phone ?? 'N/A' }} | {{ $customer->address ?? 'N/A' }} |
|
😢 No customers found @if (count(request()->all()) > 0) Reset Filter @endif |
|||||||