@extends('frontend.layouts.master') @section('meta') {{-- --}} {{-- --}} @endsection @section('title') {{$post->title}} @endsection @section('main-content') @include('frontend.layouts.notification') {{$post->title}} home //Blog {{$post->title}} {{$post->created_at->format('d M , Y. D')}} {{-- Travel, Lifestyle 03 Comments --}} {!!$post->description!!} @endsection @push('styles') @endpush
home //Blog
{{$post->created_at->format('d M , Y. D')}}
{!!$post->description!!}