@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 Full Name @error('name') {{ $message }} @enderror Email Address @error('email') {{ $message }} @enderror Phone (optional) @error('phone') {{ $message }} @enderror Role / Permission — assign a role — Admin — full system access Manager — manage orders & projects User — view & basic actions only @error('role') {{ $message }} @enderror Password @error('password') {{ $message }} @enderror Confirm Password Create User 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
Fill in the information for the new user.
What each role can do in the system.