@extends('layouts.app') @section('page_title', 'Create User') @section('page_subtitle', 'Add a new user account and assign their role') @section('page_actions') Back to Users @endsection @section('content')

Account Details

Fill in the information for the new user.

@csrf
Cancel
{{-- Role guide --}}

Role Permissions Guide

What each role can do in the system.

{{-- Admin --}}
Admin Full Access
  • Manage all users, roles, and permissions
  • Create, edit, delete projects and orders
  • Access activity logs and reports
  • Generate manifests and documents
{{-- Manager --}}
Manager Operational Access
  • Manage orders, packaging, and shipments
  • Create and edit projects
  • Generate manifests
  • Cannot manage users or system settings
{{-- User --}}
User View & Basic Actions
  • View orders and projects
  • Update packaging status
  • Cannot delete records or manage users
@endsection