{{$post->title}}
{!! ($post->quote) !!}
{!! ($post->description) !!}
@extends('frontend.layouts.master') @section('meta') {{-- --}} @endsection @section('title') {{$post->title}} @endsection @section('main-content') @include('frontend.layouts.notification')
{!! ($post->quote) !!}
{!! ($post->description) !!}