{{ __('Manage Branch') }}

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $partner->name }}

Manage your company branches from the dedicated branch management page.

Branches now have their own pages so large branch lists can be managed without reopening the company form.