@extends(getTemplate('admin')) @push('custom-css') @endpush @section('content')
@include('includes.component.hub-alert-widget',['alerts' => $alerts, 'count' => $countAlerts])
@foreach($hubs as $hub)
{{$hub->name}} VISITORS
{{$hub->profileViews()}}
Total {{$hub->name}} Profile Views
{{$hub->name}} MEMBERS
{{$hub->getHubMembers(TRUE)}}
Active {{$hub->name}} Members
@endforeach @if(module_exists('tutorials')) @endif @if(module_exists('payments')) @endif
@include('includes.component.hub-approval-modal',[])

Hub Profile Details EDIT INVOICE DETAILS


@if($hubCount > 1)
@php $i=0; @endphp @foreach($hubs as $hub) @php $hub = \App\Models\Company::find($hub->id); @endphp

{{__('admin.about')}} {{$hub->name}}


{{__('admin.facilities')}} at {{$hub->name}}

@php $a = new Amenity(); $ac = new Amenity_category(); $a_categories = $ac->get(); $ids = $hub->amenities(); @endphp
@foreach($a_categories as $a_category) @if($a_category->amenity->get()->exists()) @php @endphp @foreach($a_category->amenity->get() as $amenity)
id, $ids)) checked @endif />
@endforeach @endif @endforeach

Profile {{__('admin.logo')}}

{!! dropzone('company_logo'.$hub->id, 'Company_logo', 1, 'companies', 1, 10000, fileTypes('image'), 'logo', false, ['file' => true, 'file_path' => $hub->logo] ) !!}

Main Banner Image

{!!dropzone('dragNdropUploadCover'.$hub->id, 'Company_setting', $hub->id, 'companies/', 1, 50000, fileTypes('image'), 'cover', false, ['file' => true, 'file_path' => $hub->setting('cover')])!!}

{{$hub->name}} {{__('admin.gallery')}}

{!!dropzone('dragNdropUploadGallery'.$hub->id, 'Company_setting', $hub->id, 'companies', 12, 50000, fileTypes('image'), 'gallery')!!}

@php $i++; @endphp @endforeach
@else
@php $hubs = new Company($hubs->id); @endphp

{{__('admin.about')}} {{$hub->name}}


{{__('admin.facilities')}} at {{$hub->name}}

@php $a = new Amenity(); $ac = new Amenity_category(); $a_categories = $ac->get(); $ids = $hubs->amenities(); @endphp
@foreach($a_categories as $a_category) @if($a_category->amenity->get()->exists()) @php @endphp @foreach($a_category->amenity->get() as $amenity)
id, $ids)) checked @endif />
@endforeach @endif @endforeach

Profile {{__('admin.logo')}}

{!! dropzone('company_logo'.$hubs->id, 'Company_logo', 1, 'companies', 1, 10000, fileTypes('image'), 'logo', false, ['file' => true, 'file_path' => $hubs->logo] ) !!}

Main Banner Image

{!!dropzone('dragNdropUploadCover'.$hubs->id, 'Company_setting', $hubs->id, 'companies/', 1, 50000, fileTypes('image'), 'cover', false, ['file' => true, 'file_path' => $hubs->setting('cover')])!!}

{{$hub->name}} {{__('admin.gallery')}}

{!!dropzone('dragNdropUploadGallery'.$hubs->id, 'Company_setting', $hubs->id, 'companies', 12, 50000, fileTypes('image'), 'gallery')!!}

@endif

Desks & Membership Orders VIEW DESK PLANS


@foreach($hubs as $hub)
@if($hubCount > 1)

{{$hub->name}}


@endif
{{__('admin.customer')}} {{__('admin.customer_email')}} {{__('admin.order_total')}} {{__('admin.time_of_creation')}} {{__('admin.payment_method')}} {{__('admin.status')}} {{__('admin.account')}}
@if($hubCount > 1)

@endif
@endforeach

Meeting Room Orders VIEW MEETING ROOMS


@foreach($hubs as $hub)
@if($hubCount > 1)

{{$hub->name}}


@endif
{{__('admin.customer')}} {{__('admin.customer_email')}} {{__('admin.order_total')}} {{__('admin.time_of_creation')}} {{__('admin.payment_method')}} {{__('admin.status')}} {{__('admin.account')}}
@if($hubCount > 1)

@endif
@endforeach

Event Orders VIEW ALL EVENTS


@foreach($hubs as $hub)
@if($hubCount > 1)

{{$hub->name}}


@endif
{{__('admin.customer')}} {{__('admin.customer_email')}} {{__('admin.order_total')}} {{__('admin.time_of_creation')}} {{__('admin.payment_method')}} {{__('admin.status')}} {{__('admin.account')}}
@if($hubCount > 1)

@endif
@endforeach
PLATFORM UPDATE - 30/09/2021

Version 1.6

Welcome to the new updated Version 1.6. This update brings various improvements to Desk Plans, Hubs Listing, Map and Hub Profile speed adjustments. A major part of this update has been the building of the Apps API covering everything from bookings, hubs, plans and many more areas to work with the new Android & Apple iOS Apps.

  • Mobile Apps API
  • Payments System improvements & future overhaul
  • Hubs Listing, Map and Profile speed improvements
  • Desk Plan improvements

We are now moving into Version 1.7, including Door Access Controls. Thanks to everyone for sending in your feedback and you can reach us at: support@connectedhubs.ie

The BaseWorx Team

@include('includes.component.admin-alert-messenger', ['activeHubGroups' => $activeHubGroups])
@push('custom-js') @endpush @endsection