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

{{$post->title}}

image

{{$post->title}}

{!! ($post->quote) !!}

{!! ($post->description) !!}

@endsection @push('styles') @endpush @push('scripts') @endpush