@extends('layouts.app') @section('page-title', __('Add User')) @section('page-heading', __('Create New User')) @section('styles') @endsection @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@csrf
@lang('User Details')
Hold Ctrl/Cmd to select multiple select. First selected = active project.
@lang('Select whether this user is assigned to a group or individual contract.')
This will be the user's default project after login.
@lang('Password Details')
Leave blank to auto-generate, or click the button to generate now.
@stop @section('scripts') @parent @stop