@extends('layouts.frontend.master') @section('meta') @endsection @section('content')

{{ $post->title }}

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