@extends('layouts.admin') @section('content')
| {{ __('Customer Details') }} | {{ __('Contact Info') }} | {{ __('Location') }} | {{ __('Actions') }} |
|---|---|---|---|
|
{{ strtoupper(substr($customer->name, 0, 1)) }}
{{ $customer->name }}
Customer ID: #{{ $customer->id }}
|
{{ $customer->phone }}
|
{{ $customer->address ?? 'N/A' }}
|