@extends('frontend.layouts.app') @section('content')

{{ $post->title }}

{!! $post->content !!}
@endsection