@extends('layouts.admin') @section('title', 'Add Division') @section('content') Back to Divisions

Add Division

Create a new division and its head user account

@csrf {{-- Division info --}}

Division Information

{{-- Division head account --}}

Division Head Account

This creates the login account for the division head.

Share this with the division head. They can change it after logging in.

@endsection