@extends('admin.layouts.app') @section('title', 'Müştərilər') @section('content')
| Ad | Telefon | Sifariş sayı | Status | ||
|---|---|---|---|---|---|
| {{ $customer->first_name }} {{ $customer->last_name }} | {{ $customer->phone }} | {{ $customer->email }} | {{ $customer->orders_count ?? $customer->orders->count() }} | {{ $customer->is_blocked ? 'Bloklu' : 'Aktiv' }} | Bax Redaktə |