@if ($products->count() > 0)
|
{{ $product->title }}{{ trans('messages.created_at') }}: {{ Auth::user()->customer->formatDateTime($product->created_at, 'datetime_full') }} |
{{ $product->source->getName() }}{{ trans('messages.source') }} |
link{{ trans('messages.view') }}
|
{!! trans('messages.product.no_product') !!}