@extends('layouts.app') @section('title', 'Configure Numbering') @section('breadcrumb') @endsection @section('content')
Numbering Format
@csrf @method('PUT')
Appears before the number. Alphanumeric only.
@error('prefix')
{{ $message }}
@enderror
Appears after the number. Alphanumeric only.
@error('suffix')
{{ $message }}
@enderror
include_year) ? 'checked':'' }}>
include_month) ? 'checked':'' }}>
When should the sequential number be assigned?
allow_manual) ? 'checked':'' }}>
Cancel
Live Preview
Next number will look like:
{{ $preview }}
Current number: {{ $setting->current_number }}
Format Guide
Example with all options:
INV-2025-01-0001
Structure:
[Prefix]-[Year]-[Month]-[Number]
Your current format:
{{ $preview }}
@endsection @push('scripts') @endpush