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

{{ $post->title }}

{!! $post->description !!}

@endsection @section('script') @endsection