@extends('layouts.admin') @section('title', 'Create Staff') @section('page-title', 'Create New Staff') @section('content')

Staff Information

Create a new staff member account

@csrf
@error('username')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Password must be at least 6 characters long

Cancel
@endsection