@extends(getTemplate('admin')) @section('content') @push('custom-css') @endpush

{{__('core.platform_settings')}}

@include('components.error-alerts') @method($method)

{{ $title }}

×

In order to change the main company, you must set its type to other than "main" first.

@if (auth()->user()->is_admin || auth()->user()->is_super_admin)
@else @endif @if (auth()->user()->is_admin || auth()->user()->is_super_admin) @else @endif

{{ __('core.company') }} Invoice Details

@if ($company ?? null) @endif
@if (setting('multihub'))

Hub Profile Information & Location

{{--@if (setting('google_map_locations'))--}}

{{--@endif--}} {{--
@foreach ([ 'monday', 'tuesday', 'thursday', 'wednesday', 'friday', 'saturday', 'sunday', ] as $dayOfWeek)
@endforeach
--}} {{--
@if ($company ?? null) @endif
--}} {{--
{!!dropzone('dragNdropUploadGallery', 'Company_setting', ($company ?? null)?->id, 'companies', 12, 50000, '.jpg, .png, .gif, .bmp, .jpeg', 'gallery', false)!!}
--}} {{--
@forelse ($amenitiesByCategory as $category) @foreach ($category->amenities as $amenity)
amenities->contains($amenity)) checked @endif />
@endforeach @empty {!! get_alert('','','No Amenities Created Yet') !!} @endforelse
--}}
@endif
@push('custom-js') @endpush @endsection