@extends('layouts.app') @section('title', 'customer') @section('content')
A customer dashboard lets you easily gather and visualize customer data from optimizing
the customer experience, ensuring customer retention.
|
|
Name | Phone No. | Shop name | Area Name | Action |
|---|---|---|---|---|---|
|
|
{{-- Customer Name --}}
{{ $customer->customer_name }} | {{-- Phone --}}{{ $customer->customer_phonenum }} | {{-- Shop --}}{{ $customer->shop_name }} | {{-- Area --}}{{ $customer->area?->area_name ?? 'N/A' }} | {{-- Actions --}}|
| No customers found. | |||||