@extends('layouts.app') @section('title', 'Add Customer') @section('breadcrumb') @endsection @section('content')
Customer Details
@csrf
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Previous outstanding due, if any @error('opening_balance')
{{ $message }}
@enderror
0 = no limit
Cancel
Help
  • Opening Balance — Amount the customer already owed before this system. This becomes their initial due.
  • Credit Limit — Maximum due balance allowed. Set 0 for no limit.
  • Active — Inactive customers cannot be selected in POS.
@endsection