signature}}--}}
data-itemid = "{{$itemcountid}}"
data-itemname = "{{$meal->product_name}}"
data-itempoints = "{{$meal->price}}"
data-itemcode = "{{$meal->signature}}"
data-product_image = "{{$meal->image[0]->image_url}}"
>
{{str_limit(ucwords($meal->product_name), 20)}}
@if(Auth::check())
@if(Auth::user()->currency->is_currency_fixed == '1')
₦{{ (transform_product_price($meal->price, 1)) }}
@else
@php echo (transform_product_price($meal->price, Auth::user()->currency->rate) ) @endphp {{Auth::user()->currency->currency}}
@endif
@endif