@php $settingData = get_post_setting_data($dynamic, isset($category) ? $category : null); $postSettings = $settingData['postSettings']; $postOptions = $postSettings->makeByPrefix('detail_'); $header = $options->theme->header; $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
--}}
{{ $article->title }}

{{ $article->title }}

{!! $article->content !!}
  • Tags:
  • @if (count($article->tags)) @foreach ($article->tags as $tag)
  • @endforeach @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

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