@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')
@if(!empty($product))
Card image
{{--
--}} {{-- --}} {{--
--}}

{{ $product->translation->title }}

{!! $product->translation->content !!}
@else
{!! __("No record found.") !!}
@endif
@include('front.common.model')
@endsection