@extends('layouts.branch') @section('title', 'ID Generation Settings') @section('header', 'Identity Configuration') @section('content')
Configure custom prefixes and automated numbering for branch operations
Generated IDs follow the format: {{ auth()->guard('branch')->user()->outlet_code }} + [Prefix] + [Number]. Example: If prefix is PR and number is 1001, the ID will be {{ auth()->guard('branch')->user()->outlet_code }}PR1001.
Configure parameters
Automated identity generation ensures operational integrity