@extends('layouts.admin') @section('title', $customer->full_name) @section('page-title', $customer->full_name) @section('content')
Code: {{ $customer->customer_code }}
{{ $customer->status }}Order history will appear here (Phase 3).
Measurement history (placeholders).
@if($customer->measurementProfiles->isNotEmpty())No measurements yet. Add measurement profile
@endifPayment history will appear here (Phase 3).
Outstanding balance will appear here (Phase 3).