@extends('front.layout.app') @section('title', $blog->title) {{--@section('meta_description', $meta_description)--}} @section('content') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
HomeBlogs{{ $blog->title ?? '' }}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

{{ $blog->title ?? '' }}

Nahide Karabag
{{ $blog->updated_at->format('M d, Y') }}
{!! $blog->content !!}
@endsection