{{ $product->title }}
@if (auth()->check() && auth()->user()->is_admin)
@endif
- @lang('site.category'): @foreach ($product->categories as $key => $category) {{ $category->title }} @if ($key !== $product->categories->count() - 1) / @endif @endforeach @if ($product->brands->count() > 0)
- @lang('site.brands'): @foreach ($product->brands as $key => $brand) {{ $brand->title }} @if ($key !== $product->brands->count() - 1) / @endif @endforeach @endif @if ($product->detail->first()->warranty)
- @lang('site.warranty'): {{ $product->detail->first()->warranty }} @endif
{!! Str::limit(strip_tags($product->description), 150) !!} @if (mb_strlen(strip_tags($product->description)) > 150) @lang('site.see_more') @endif
@lang('site.see_less')