@extends('site.pages.build') @section('title',$product->name) @push('css') @endpush @section('content')
{!! $product->description !!}
{!! mb_substr(strip_tags($product->description),0,150, 'UTF-8') !!}..