@extends('layouts.staff') @section('content')
{{-- HEADER --}}

Create Account

Register a new staff member and assign system roles.

{{-- VALIDATION ERRORS --}} @if ($errors->any())

Action Required

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- FORM CARD --}}
@csrf {{-- SECTION 1: PERSONAL DETAILS --}}

Personal Details

{{-- Name --}}
{{-- Email --}}
{{-- Phone --}}
{{-- Role --}}

Admins have full access to staff management.

{{-- SECTION 2: SECURITY --}}

Security

{{-- Password --}}
{{-- Confirm Password --}}
{{-- ACTIONS --}}
Cancel
@endsection