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

Add new user manager


{{--
Avatar
#

Upload new photo

Allowed JPG, GIF or PNG. Max Size of 800KB

Reset

 

--}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

Check which spaces from below the manager is responsible for :

{{--
--}}
@foreach($venues as $venue)
@endforeach {{--
  ID Space Name City Email Date Created Bookings Status
#
Acme Co. Wuppertal vuhaithuongnute@gmail.com 2020-05-04 09:18:16 65 Active
#
Acme Co. Wuppertal vuhaithuongnute@gmail.com 2020-05-04 09:18:16 65 Inactive
--}}
@if(session()->has('success-add'))

User has been created successfully. @endif @if(session()->has('msg_error')) @endif

@endsection