@extends('layouts.app') @section('title', $brand->name) @section('content')
{{ $brand->description }}
@endif
@if($product->is_featured)
Featured
@endif
{{ $product->category?->name }}
{{ substr($product->description, 0, 60) }}...
from this brand