@include('layouts.head')
@if (isset($microsite_subdomain) && $microsite_subdomain != '') @if (!empty($microsite_data['logo'])) @endif @include('layouts.' . config("constant.microsite_theme.$microsite_data[theme].theme") ?? 'navbar') @else @include('layouts.navbar') @endif @csrf @yield('content')
@if (isset($microsite_subdomain) && $microsite_subdomain != '') @include('layouts.' . config("constant.microsite_theme.$microsite_data[theme].theme") . 'footer' ?? 'footer') @else @include('layouts.footer') @endif @include('layouts.script') @if (Auth::check()) @endif