@extends('dashboard.body.main') @section('container')
Customer ID: #{{ $customer->id }}
{{ $customer->name }}
{{ $customer->email }}
{{ $customer->phone }}
{{ $customer->city }}
{{ $customer->address }}
{{ $customer->created_at->format('d M Y') }}