{!! Str::limit(($auction_translation->description ?? $auction->description),200) !!}
{!! $auction_translation->description ?? $auction->description !!}
| {{__('theme.title')}} | {{$auction_translation->title ?? $auction->title}} |
| {{__('theme.store')}} | {{$auction->shop->name}} |
| {{__('theme.category')}} | {{$category_translation->name ?? $auction->category->name}} |
| {{__('theme.quantity')}} | {{$auction->quantity}} |
| {{__('theme.start_price')}} | {{get_formated_currency($auction->start_price, 2)}} |
| {{__('theme.start_date')}} | {{$auction->start_date}} |
| {{__('theme.end_date')}} | {{$auction->end_date}} |
| {{__('theme.Days')}} | {{$days}} |
| {{__('theme.Hours')}} | {{$hours}} |
| {{__('theme.Minutes')}} | {{$minutes}} |