@stack('metadata') {{-- SEO Robots --}} @if (app()->environment() !== 'production') @elseif(request()->has('preview') && request()->get('preview') === 'draft') @else @endif {{-- --}} @stack('head_scripts') {!! \App\Helpers\SchemaHelper::organizationSchema() !!} @livewireStyles @stack('styles') @php $current_url = request()->fullUrl(); @endphp
Skip to content {{-- HEADER --}} @include('components.layouts.header') {{-- PAGE CONTENT --}}