@section("title", "BizMan | Customer Detail")

{{ __('Customer Details') }}

{{ date('l, d M Y') }}

Customer Details

Informasi lengkap tentang customer

Back

Customer Information

Name: {{ $customer->name }}

Company: {{ $customer->company_name }}

Created at: {{ $customer->created_at->format('d M Y H:i') }}

Contact Information

Email Address

{{ $customer->email }}

Phone Number

{{ $customer->phone }}

Full Address

{{ $customer->address }}

Additional Notes

@if ($customer->notes)

{{ $customer->notes }}

@else

No additional notes for this customer.

@endif
Back to Customers
@csrf @method('DELETE')
Edit Customer
@push('scripts') @endpush