@forelse($data['products'] as $product)
@empty
@endforelse
@if(!$product['soldout'])
@endif
@if(!$product['soldout'])
@endif
{{$product['title']}}
{{$product['short_description']}}
{{$product['soldout_text']}}
{{__('no_product')}}