@extends('layouts.app') @section('title', 'Add Customer') @section('breadcrumb') @endsection @section('content')
@csrf
{{-- Basic Information --}}
Basic Information
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
{{-- Address Information --}}
Address
{{-- Notes --}}
Notes
{{-- Sidebar --}}
{{-- Credit Settings --}}
Credit Settings
Maximum credit allowed. 0 = no credit.
Outstanding balance if any.
{{-- Loyalty --}}
Loyalty Program
{{-- Status --}}
Status
Inactive customers won't appear in POS search.
{{-- Submit Button --}}
@push('styles') @endpush @endsection