@extends('merchant.layout') @section('title','Customers') @section('content')
| # | Name | Phone | Status | Actions | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $customer->name }} | {{ $customer->phone }} | {{ $customer->email ?? '-' }} | {{ $customer->status ?? 'Active' }} | {{-- Edit --}} {{-- Delete --}} |
| No customers found | |||||