{{ $product->post->title }}

@if($edit) @else @if($product->post->excerpt)

{!! nl2br($product->post->excerpt) !!}

@endif @if($product->price)

{{ config('cms.currency') }}{{ num_format($product->actual_price) }}

@endif @endif