@extends('space_portal.layouts.master') @section('title','Creating the third workspace. Join today') @section('header') @include('space_portal.partials.header') @endsection @section('content')

Users

Assing user managers

@if(count($users_managers) > 0) {{-- --}} @endif @include('space_portal.list_users')
IDEmail Name Spaces
@if(session()->has('success'))

The information were successfully updated @endif @if(session()->has('success-add'))

User has been added successfully. Please notify the user to check the email and complete the registration. @endif @if(session()->has('error')) @endif

@endsection @push('scripts') @endpush