@extends('frontend::layouts.app') @section('title', $blog->meta_title) @section('keywords', $blog->meta_keywords) @section('description', $blog->meta_description) @section('other_meta_tags') {!! $blog->other_meta_tags !!} @endsection @section('content')
{{ $blog->title }}

Search Here

    {{ $blog->title }}
    {{ $blog->posted_date_value }}

    {{ $blog->title }}

    {!! $blog->description_one !!} @if ($blog->image_one) {{ $blog->title }} @endif @if ($blog->image_two) {{ $blog->title }} @endif @if ($blog->description_two) {!! $blog->description_two !!} @endif
    @if ($blog->author)
    {{ $blog->author->name }}
    {{ $blog->author->name }}

    {{ $blog->author->intro }}

    @endif

    Search Here

      @if ($categories->isNotEmpty())

      Category

      @endif

      Recent Articles

      @forelse($recentBlogs as $recentBlog) @empty

      No recent articles found.

      @endforelse
      @endsection @push('js') @endpush