@extends('layouts.admin') @section('title',$customer->name) @section('heading','Customer profile') @section('content')
{{ $customer->email }}@if($customer->phone) · {{ $customer->phone }}@endif
{{ $customer->is_active ? 'active' : 'suspended' }}Locale: {{ strtoupper($customer->locale) }}
Currency: {{ $customer->currency }}
Timezone: {{ $customer->timezone }}
Joined: {{ $customer->created_at->format('d M Y H:i') }}
{{ $address->label }}@if($address->is_default) · Default @endif
{{ $address->line_one }}, {{ $address->city }}, {{ $address->country }}
No saved address.
@endforelse| Order | Vendor | Status | Payment | Total | Placed |
|---|---|---|---|---|---|
| {{ $order->number }} | {{ $order->vendor?->name }} | {{ $order->status }} | {{ $order->payment_status }} | {{ $order->currency }} {{ number_format($order->total,2) }} | {{ $order->created_at->format('d M Y H:i') }} |
| No orders yet. | |||||
Permanent deletion is allowed only when no transactional or support history exists. Otherwise suspend the account to preserve financial records.