@extends('layouts.app') @section('title', 'Customer Details') @section('content')
View customer information.
{{ $customer->customer_name }}
{{ $customer->customer_phonenum }}
{{ $customer->shop_name }}
{{ $customer->area?->area_name ?? 'N/A' }}