@extends('ecommerce::frontend.layout.main') @section('title') {{$post->meta_title}} @endsection @section('description') {{$post->meta_description}} @endsection @section('content') @if(isset($post->thumbnail)) @endif {{ $post->title }} {!! $post->description !!} @endsection @section('script') @endsection
{!! $post->description !!}