@extends('layouts.admin') @section('title','Customers') @section('heading','Customer operations') @section('content')
Search customer identities, review activity and safely control account access.
Create customer| Customer | Status | Orders | Addresses | Devices | Lifetime order value | Joined | |
|---|---|---|---|---|---|---|---|
| {{ $customer->name }} {{ $customer->email }}@if($customer->phone) ยท {{ $customer->phone }}@endif | {{ $customer->is_active ? 'active' : 'suspended' }} | {{ number_format($customer->orders_count) }} | {{ number_format($customer->addresses_count) }} | {{ number_format($customer->device_registrations_count) }} | INR {{ number_format($customer->lifetime_value ?? 0, 2) }} | {{ $customer->created_at->format('d M Y') }} | View |
| No customers match this filter. | |||||||