@extends('admin.layout') @section('page-title', 'Customers') @section('content')
| Name | Phone | Orders | Created | Actions | |
|---|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->email ?? 'N/A' }} | {{ $customer->phone ?? 'N/A' }} | {{ $customer->orders_count }} | {{ $customer->created_at->format('M d, Y') }} | View Edit |
| No customers found | |||||