@php $pageSettings = $options->theme->pages; $header = $options->theme->header; if (isset($parent) && $parent) { if ($dynamicSettings = get_page_settings($parent->id)) { $pageSettings = $dynamicSettings; $pageSettings->merge($dynamicSettings->all()); } if ($parent != $article && ($ps = get_page_settings($article->id))) { $pageSettings->merge($ps->all()); } } elseif ($ps = get_page_settings($article->id)) { $pageSettings->merge($ps->all()); } $pageOptions = $pageSettings->makeByPrefix('detail_'); $sub_title = isset($parent) && $parent != $article ? $parent->title : ''; $_title = $article->title; $description = $article->description; $layout = $pageOptions->layout('no-sidebar'); $u = $article->getViewUrl(); $u = $article->getViewUrl(); @endphp @extends($_layout . 'home') @include($_lib . 'register-meta') @section('content') @include($_template . 'navbg') {{--

15 SEO Best Practices: Website Traffic

  • Tom black
  • november 21, 2020
  • 3 Comments
Images
Images
Images
Images
--}}
@if ($pageOptions->content_type == 'children') {!! get_page_component($article->id) !!} @else
@if ($pageOptions->show_thumbnail)
{{ $article->title }}
@endif
@if ($pageOptions->show_title)

{{ $article->title }}

@endif @if ($pageOptions->content_type == 'children_before') {!! get_page_component($article->id) !!} @endif
{!! $article->content !!}
@if ($pageOptions->content_type == 'children_after') {!! get_page_component($article->id) !!} @endif
@if ($pageOptions->show_page_footer)
  • Tags:
  • @if (count($article->tags)) @foreach ($article->tags as $tag)
  • @endforeach @endif
@endif @php $previous = $article->previous(); $next = $article->next(); @endphp @if ($previous || $next)
@if ($previous)
{{ $previous->dateFormat('d/m/Y') }} @if ($previous->category) / {{ $previous->category->name }} @endif

{{ $previous->title }}

@endif @if ($next)
{{ $next->dateFormat('d/m/Y') }} @if ($next->category) / {{ $next->category->name }} @endif

{{ $next->title }}

@endif
@endif {{--

Comments (02)

  • Image

    Devit Killer

    Jnauary 12, 2020

    Software hack from an initial feasibility study, continuing through l implna business you have to be But we know there's a better

    Reply
  • Image

    Morah Jein

    July 12, 2020

    Software hack from an initial feasibility study, continuing through l implna business you have to be But we know there's a better

    Reply

Leave a Comment

--}}
@endif
@if ($pageOptions->layout == 'sidebar')
@include($_template . 'sidebars.blog')
@endif
@endsection