@extends('layouts.master', [ 'plugins' => ['datatables' => true] ]) @section('styles') @endsection @section('content') @component('components.card_main', [ 'title' => 'Add New User', 'id' => "add_user_card", 'custom_style' => 'display:none', ]) @slot('body')
{{--
--}}
@component('components.button', ['id'=>'create_title_btn', 'text'=>'Or Create a New One', 'type' =>'add', 'extra_class'=>'mt-2']) @endcomponent
{{--
--}}

Personal Information:

  • First Name:
  • Last Name:
  • Email:
  • Telephone:
  • Employee ID:
  • Plant:
  • Job Title:

Module and Roles:

@component('components.button', ['text'=>'Create User', 'type' =>'send', 'submit'=>true, 'extra_class'=>'btn-lg']) @endcomponent
@endslot @endcomponent @component('components.card_main', [ 'title' => 'Edit Roles User', 'id' => "edit_roles_card", 'custom_style' => 'display:none', ]) @slot('body')
@component('components.button', ['id'=>'save_roles_btn', 'text'=>'Update Roles', 'type' =>'send', 'extra_class'=>'btn-lg']) @endcomponent
@component('components.button', ['id'=>'cancel_save_roles_btn', 'type' =>'cancel', 'extra_class'=>'btn-lg']) @endcomponent
@endslot @endcomponent @component('components.card_main', [ 'title' => 'Internal Users', 'description' => 'Here you can see all the Katcon users that have access to the platform.', 'more_info_button' => true, 'collapse_button' => true, ]) @slot('info')

• If you want to add new user and you don't find a title, remember to first add a Title here.
• After adding a user, an email with the instructions to set a new password is sent to the user.
• Send Password Reset button, is used in case the user needs another email to reset his password.
• After adding a user, is recommended to set his permissions using the orange button 'Roles'.
• When a user is deactivated, his access to the system is blocked.
• You can see all the users in the system, but can modify only the ones that you have permission.

@endslot @slot('body') @endslot @slot('after_body') @component('components.datatable') @slot('thead')   Email Employee ID First Name Last Name Telephone Title Plant Status Timezone Last Login Date Last Login IP Created At Added By Master Roles Documents Roles Supplier Q Roles Delivery S Roles Audit Roles Reworks Roles Andon Roles Warehouse Roles Shipment Roles APQP Roles @if($user->is_super_user) Suggestions Mailbox Roles @endif @endslot @slot('tfoot')   Email Employee ID First Name Last Name Telephone Title Plant Status Timezone Last Login Date Last Login IP Created At Added By                     @if($user->is_super_user)   @endif @endslot @endcomponent @endslot @endcomponent @endsection @section('plugin-scripts') @endsection @section('app-scripts') @endsection