Edit Branch: {{ $branch->name }}

Modify branch location and settings

Assigned Users
{{ $branch->users()->count() }}
Job Cards
{{ \App\Models\JobCard::where('branch_code', $branch->code)->count() }}
Created
{{ $branch->created_at->format('M d, Y') }}
@if(session()->has('error'))
{{ session('error') }}
@endif
@error('code')

{{ $message }}

@enderror

⚠️ Changing the code will affect job card numbering and user assignments

@error('name')

{{ $message }}

@enderror
@error('manager_name')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Inactive branches cannot receive new job cards

Address Information

@error('address')

{{ $message }}

@enderror
@error('city')

{{ $message }}

@enderror
@error('state')

{{ $message }}

@enderror
@error('postal_code')

{{ $message }}

@enderror
Cancel