@extends('themes.admin.'.setting('active_admin_theme').'.layouts.default') @section('content') @push('custom-css') @endpush

Onboard Wizard

{{$title}}

Create User

    @php $groups = new Group; @endphp @foreach($groups as $group)
  • {{$group}}
  • @endforeach

Create Company

Add Meeting Room

@if(setting('multihub')) @php $hub_categories = []; @endphp @if(auth()->user()->isHubAdmin()) @if(get_active_hub_ids(TRUE) > 1) @php $hub_categories = get_active_hub_ids(); $c = new Company(); $companies = $c->where_in('id', get_active_hub_ids())->where('type','hub')->get(); @endphp
@else @php $hub_categories = get_active_hub_id(); @endphp @endif @else @php $c = new Company(); $companies = $c->where('type','hub')->get(); @endphp
@endif @endif

Booking Dates & Times

Booking Prices & Add-On's

%