@if(!app()->environment('production')) @endif @if(session()->has('notification')) get('notification')['text']) !!}"> @endif @if(isset($page) && ($page->getAttr('canonical_url'))) @endif {{-- Title & Description & Keywords --}} @if(view()->hasSection('title')) @yield('title') @else {{ config('app.name') }} @endif {{-- OG metas --}} {{-- Twitter card --}} @foreach($languagesSelector as $languageSelector) @if($languageSelector['short'] == config('app.default_locale')) @endif @endforeach @if($pageProperty) @endif {{-- Tags --}} @foreach($headerTags as $tag) {!! $tag->tag !!} @endforeach @include('layouts.partials.header')
@yield('content')
@include('layouts.partials.footer') {{-- Tags --}} @foreach($bodyTags as $tag) {!! $tag->tag !!} @endforeach @isset($page) @endisset @include('layouts.partials.recaptcha') @stack('scripts')