@extends('layouts.master', [ 'plugins' => ['datatables' => true] ]) @section('content') @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' => 'Supplier Users', 'description' => 'Here you can see all the supplier users that have access to the platform.', 'more_info_button' => true, 'collapse_button' => true, ]) @slot('info')

• If you want to add a user for a new supplier, remember to add first add the Supplier 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.

@endslot @slot('body') @endslot @slot('after_body') @component('components.datatable') @slot('thead')   Email First Name Last Name Supplier Status Contact Type Telephone Timezone Last Login Date Last Login IP Created At Terms Agreed At Added By Supplier Quality Roles Delivery Schedule Roles Shipments Roles APQP Roles @endslot @slot('tfoot')   Email First Name Last Name Supplier Status Contact Type Telephone Timezone Last Login Date Last Login IP Created At Terms Agreed At Added By         @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection