@extends('layouts.app') @section('title') Blog Details - Gemau @endsection @section('head') @endsection @section('styles') @endsection @section('content') {{--
{{asset($blog->title)}}

{{$blog->title}}

Created: {{$blog->created_at->format('M d, Y')}}. {{_('By'). ' '.$settings->site_name}}

{!! $blog->content !!}

Latest Blogs

@forelse ($blogs as $item) @empty @endforelse
--}}
post image
{{-- --}}

{{$blog->title}}

{!! $blog->content !!}

Share
{{ $blog->comments->count() }} Comments
@foreach ($blog->comments as $comment)
  • avatar
    {{ $comment->name }}
    {{ $comment->created_at }}

    {{ $comment->comment }}.

    reply
    @endforeach {{--
    • avatar
      --}} {{--
      Mike Dooley
      Feb 28, 2017 - 08:22 pm

      The example about the mattress sizing page you mentioned in the last WBF can be a perfect example of new keywords and content, and broadening the funnel as well. I can only imagine the sale numbers if that was the site of a mattress selling company.

      reply
      --}}
Leave A Reply
@csrf
{{--
--}}
@endsection