@extends($theme.'.layouts.admin') @section('content') Home My Favourite List MY LIST @forelse($product_list as $product) @if(!empty($product->offer_label)) {{ $product->offer_label }} @endif {{-- --}} {{ $product->name_en }} {{ $currency_code }} {{ number_format($product->discounted_price,2) }} @if($product->price != $product->discounted_price) {{ $currency_code }} {{ number_format($product->price,2) }} @endif | BUY NOW @empty data not found @endforelse @endsection
{{ $currency_code }} {{ number_format($product->discounted_price,2) }} @if($product->price != $product->discounted_price) {{ $currency_code }} {{ number_format($product->price,2) }} @endif
data not found