@extends('layouts.app') @section('title', 'Add User') @section('page-title', 'Add User') @section('page-subtitle', 'Create a new platform account') @section('topbar-actions') Back to Users @endsection @push('styles') @endpush @section('content')
@csrf
{{-- ── LEFT: Form cards ── --}}
{{-- 1. Personal info --}}
Personal Information
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{-- 2. Role & Access --}}
Role & Access
@error('role') {{ $message }} @enderror
Auto-approve account
Skip the approval step for this user
{{-- ── RIGHT: Sidebar ── --}}
{{-- Live preview card ── --}}
Account Preview
?
New User
email@example.com
Manager
{{-- Role permissions + policy info card ── --}}
Role Permissions
What each role can do
Roles
Admin
Full platform access — manage users, campaigns, influencers, and all data.
Manager
Create and manage campaigns, add channels, and track performance.
Influencer
Read-only view of their own tracked videos and campaign stats.
Password Policy
Minimum 8 characters required
User can update their password after login
@endsection @push('scripts') @endpush