@extends('layouts.main') @section('seo') {{ $product->item_name . " - " . config('app.name', 'Laravel') ?? config('app.name', 'Laravel') }} @if($product->img_01 != null && Storage::exists($product->img_01)) @else @endif @if($product->img_01 != null && Storage::exists($product->img_01)) @else @endif @endsection @section('content')

{{$product->item_name}}

@if(isset($product->editorialBoard))
{!! $product->editorialBoard!!}
@endif
@endsection @section('extraJs') @endsection