{{ __('Edit Branch') }}

Edit Branch

Update branch details for this dealer.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('address')

{{ $message }}

@enderror
@error('is_active')

{{ $message }}

@enderror

Branch code: {{ $branch->code }} (generated automatically and cannot be changed).

@if ($branch->is_default)

This is the default branch for this dealer.

@endif
Cancel