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

Edit user manager

@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email'))
Your email is not confirmed. Please check your inbox.
Resend confirmation
@endif

Check which spaces from below the manager is responsible for :

{{--
--}}
@foreach($venues as $venue) id, $venues_array)) checked @endif />
@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'))

User has been created successfully. @endif

@endsection