{{$lab['name']}} @if ($style['product_code']) {{$lab['code']}}@endif @if ($style['warehouse_name']) {{$lab['warehouse']}} @endif @if(strlen($lab['barcode'])>4) @endif @if ($style['store_name']) {{$style['store']}} @endif @if ($lab['expiry']) {{trans('products.expiry')}}{{dateFormat($lab['expiry'])}} ' @endif @if ($style['product_price']) {{amountFormat($lab['price'])}}@endif
|
@if ($style['items_per_row'] == 2)
{{$lab['name']}} @if ($style['product_code']) {{$style['product_code']}} {{$lab['code']}}@endif @if ($style['warehouse_name']) {{$lab['warehouse']}} @endif @if(strlen($lab['barcode'])>4) @endif @if ($style['store_name']) {{$style['store']}} @endif @if ($lab['expiry']) {{trans('products.expiry')}}{{dateFormat($lab['expiry'])}} ' @endif @if ($style['product_price']) {{amountFormat($lab['price'])}}@endif
| @endif
@if ($style['items_per_row'] > 2)
{{$lab['name']}} @if ($style['product_code']) {{$style['product_code']}} {{$lab['code']}}@endif @if ($style['warehouse_name']) {{$lab['warehouse']}} @endif @if(strlen($lab['barcode'])>4) @endif @if ($style['store_name']) {{$style['store']}} @endif @if ($lab['expiry']) {{trans('products.expiry')}}{{dateFormat($lab['expiry'])}} ' @endif @if ($style['product_price']) {{amountFormat($lab['price'])}}@endif
|
@endif