@extends('Frontend.Template.layout') @section('title') Single Post @endsection @section('content')
{!! $post->post !!}