{{-- Header --}}

{{ $customer ? 'Edit Customer' : 'Add New Customer' }}

{{ $customer ? 'Update customer information' : 'Enter customer information' }}

{{-- Form --}}
{{-- Basic Information --}}

Basic Information

{{-- Code --}}
{{-- Name --}}
@error('name')

{{ $message }}

@enderror
{{-- Owner Name --}}
@error('owner_name')

{{ $message }}

@enderror
{{-- Phone --}}
@error('phone')

{{ $message }}

@enderror
{{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Address Information --}}

Address Information

{{-- Address --}}
@error('address')

{{ $message }}

@enderror
{{-- City --}}
@error('city')

{{ $message }}

@enderror
{{-- Province --}}
@error('province')

{{ $message }}

@enderror
{{-- Postal Code --}}
{{-- Latitude --}}
{{-- Longitude --}}
{{-- Business Information --}}

Business Information

{{-- Type --}}
@error('type')

{{ $message }}

@enderror
{{-- Credit Limit --}}
{{-- Payment Term --}}
{{-- Active Status --}}
{{-- Notes --}}
{{-- Actions --}}
{{-- Cancel Confirmation Modal --}} @if($showCancelModal) @endif