@extends('public_layouts.layout') @section('title', $product->title) @section('description', '') @section('seo') @section('content')
{!!$product->content!!}