@extends('admin.layouts.app') @section('title', 'Müşteri Detayı') @section('header', $customer->first_name . ' ' . $customer->last_name) @section('content')
{{ $customer->created_at->format('d.m.Y H:i') }} tarihinde kayıt oldu
| Ad Soyad | {{ $customer->first_name }} {{ $customer->last_name }} |
|---|---|
| E-posta | {{ $customer->email }} |
| Telefon | {{ $customer->phone }} |
| Kayıt Tarihi | {{ $customer->created_at->format('d.m.Y H:i') }} |
{{ $address->address }}
{{ $address->city->name }}, {{ $address->district->name }}