• {{ $product->title }}
    {{ $product->mass_volume }} {{ (isset($product->mass_volume_type->title)) ? $product->mass_volume_type->title : '' }} ( {{ (isset($product->units)) ? $product->units . ' x' : '' }} {{ (isset($product->mass_volume_type->title) && $product->product_type_id == 1) ? $product->mass_volume_type->title : '' }} {{ (isset($product->unit_type_id) && ($product->unit_type_id !== 0) && $product->product_type_id == 2) ? $units[$product->unit_type_id]->title : '' }} )
    {{ isset($product->category->title) ? $product->category->title : '' }}
    {{ !empty($product->image_url) ? '' : 'needed' }}
    {{ !empty($product->bar_code) ? $product->bar_code : 'needed' }}
    {{ !empty($product->pos_link) ? $product->pos_link : '' }}
    {{ !empty($product->created_at) ? $product->created_at : '' }}
    @if($product->unit_type_id != 3) {{ (empty($product->top) || empty($product->bottom)) ? 'needed' : '' }} @endif
    @if($user_type_id !== USER_RESELLER) @endif Edit