@extends('layouts.app') @section('title', 'New Branch') @section('page-title', 'New Branch') @section('content')
@csrf
@error('name')
{{ $message }}
@enderror
Letters, numbers, hyphens only @error('code')
{{ $message }}
@enderror
Only one branch can be designated as HQ. Setting this will remove HQ status from the current HQ.
Cancel
Branch Code Tips

The branch code appears on all invoice numbers and PO numbers generated at this location. Choose something short and recognisable.

HQ → INV-HQ-2026-00001
BR01 → INV-BR01-2026-00001
KAKATA → INV-KAKATA-2026-00001
@endsection