@extends('front.layouts.main') @section('content') @if(count($data) > 0)

MY FAVOURITES

@foreach($data as $product)
{{$product['productName']}}
{{number_format($product['price'])}}
ORDER
@endforeach
Previous Next
@else

PRODUCTS NOT FOUND

@endif @endsection @section('js') @endsection