{{ $product->creator->full_name }}
{{ $product->creator->full_name }}
@php $productInstructorRates = $product->creator->rates(true); @endphp @include('design_1.web.components.rate', [ 'rate' => $productInstructorRates['rate'], 'rateCount' => $productInstructorRates['count'], 'rateClassName' => 'mt-4', ])
{{ $product->creator->products_count }} {{ trans('update.products') }}
{!! $product->creator->about !!}
@if(!empty($product->creator->someRandomProducts) and count($product->creator->someRandomProducts))
{{ trans('update.more_from_user', ['user' => $product->creator->full_name]) }}
@foreach($product->creator->someRandomProducts as $userRandomProduct)
{{ $userRandomProduct->title }}

{{ truncate($userRandomProduct->title, 33) }}

{{ $userRandomProduct->category->title }}
@endforeach
@endif