@extends('layouts.app') @section('content')
Administration

Staff & access

Create staff users and decide who can access each module.
Admin controlled

Add staff user

New users can login immediately after creation.
@csrf
Permissions
@foreach($permissions as $key => $label)
@endforeach

Access matrix

Update role, active status, password and permissions for each user.
@foreach($users as $user)

@csrf @method('put')
Permissions
@foreach($permissions as $key => $label)
@endforeach
@endforeach
@endsection @push('scripts') @endpush