@extends('admin.layouts.app') @section('title', 'Müştəri') @section('content')
Telefon: {{ $customer->phone }}
Email: {{ $customer->email }}
Status: {{ $customer->is_blocked ? 'Bloklu' : 'Aktiv' }}
Qeyd: {{ $customer->note ?: '—' }}
Qeydiyyat tarixi: {{ $customer->created_at->format('d.m.Y H:i') }}
| Başlıq | Şəhər | Ünvan | Default |
|---|---|---|---|
| {{ $address->title }} | {{ $address->city }} | {{ $address->address }} | {{ $address->is_default ? 'Bəli' : 'Xeyr' }} |
| Ünvan yoxdur | |||
| № | Status | Məbləğ | Tarix |
|---|---|---|---|
| {{ $order->order_number }} | {{ $order->status }} | {{ number_format($order->total, 2) }} AZN | {{ $order->created_at->format('d.m.Y H:i') }} |
| Sifariş yoxdur | |||