@extends('layouts.app') @section('title', 'Add Staff Member | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')

{{ auth()->user()->school?->name ?? 'Institution Axis' }}

@endsection @section('breadcrumb') Home / Staff / Add Staff @endsection @section('navbar-right')
5
@endsection @section('content')

Add Staff Member

Register a new teacher or support staff
Back to Staff
@if($errors->any())
@endif
@csrf {{-- Account Mode Toggle --}}
Account Setup
{{-- Existing user selector --}}
@error('user_id')
{{ $message }}
@enderror Only teachers without an existing staff profile are listed.
{{-- New user creation --}}
{{-- Profile Details --}}
Staff Profile
@error('staff_number')
{{ $message }}
@enderror
Cancel
@endsection @section('custom-scripts') @endsection