@extends('admin.layouts.app') @section('title', 'Customers') @section('content')
Manage your customer base
| Customer | Phone | Location | Orders | Joined | Actions |
|---|---|---|---|---|---|
|
{{ $customer->name }} {{ $customer->email ?? 'No email' }} |
{{ $customer->phone }} | {{ $customer->district?->name ?? '-' }}, {{ $customer->area?->name ?? '-' }} | {{ $customer->orders_count }} | {{ $customer->created_at->format('M d, Y') }} | |
| No customers found | |||||