@stack('style')
@include('partials.topnav')
@include('partials.sidebar')
@yield('content')
×
@if(Auth::user()->type != 'admin')
{{ __('Create Your Workspace') }}
×
@csrf
{{ __('Name') }}
{{ __('Create Workspace') }}
@endif @php \App::setLocale(env('DEFAULT_LANG')); $currantLang = 'en'; @endphp @if($currantLang != '' && $currantLang != 'en') @endif @if(env('CHAT_MODULE') == 'yes' && isset($currantWorkspace) && $currantWorkspace) @auth('web') {{-- Pusher JS--}} {{-- End Pusher JS--}} @endauth @endif @if(isset($currantWorkspace) && $currantWorkspace) @endif @stack('scripts') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($message = Session::get('info')) @endif @if ($message = Session::get('warning')) @endif