@extends('site.layouts.app') @section('title', $product->title . ' | ' . config('site.name')) @section('description', Str::limit($product->description, 160)) @section('content')

{{ $product->title }}

{{ $product->title }}
{{ $product->category->name }}

{{ $product->title }}

{{ $product->description }}

@if($related->count())

منتجات مشابهة

@foreach($related as $item)@include('site.partials.product-card', ['product' => $item])@endforeach
@endif
@endsection