{{-- Title & Description & Keywords --}}
@if(view()->hasSection('title')) @yield('title') @else {{ config('app.name') }} @endif
{{-- OG metas --}}
{{-- Tags --}} @foreach($headerTags as $tag) {!! $tag->tag !!} @endforeach @stack('styles') @include('layouts.partials.header')
@yield('content')
@include('layouts.partials.footer') {{-- Tags --}} @foreach($bodyTags as $tag) {!! $tag->tag !!} @endforeach @stack('scripts')