@extends('admin_navbar') @section('content')

Create Branch

Create a branch profile + generate branch login (stored in users with category = branch).

Back
@if($errors->any())
Please fix the following:
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
{{-- Branch Profile --}}

Branch Profile

Active Branch
Inactive branches can’t be used later (we’ll enforce that in login/modules).
{{-- Branch Login --}}

Branch Login

Use a strong password (min 6 chars).
Cancel
@endsection