@php $configData = Helper::appClasses(); $isMenu = false; $navbarHideToggle =false; $isNavbar = false; $isFooter = false; @endphp @extends('layouts/layoutMaster') @section('title', 'Coming Soon') @section('content')
@if ($configData['layout'] === 'horizontal') Layout without menu @else Layout without menu @endif

Under construction

@endsection