{{ __('Create Branch') }}

Create Branch

Create a new branch for the current dealer.

@csrf
@error('name')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror

If this is the first branch for the dealer, it will automatically be set as the default.

Branch codes are generated automatically based on the dealer and cannot be edited.

@error('is_active')

{{ $message }}

@enderror
Cancel