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

FEATURED PRODUCTS

@foreach($data as $product)
@if($product['isNewProduct']) @endif {{$product['productName']}}
{{number_format($product['price'])}}
ORDER
@endforeach
@else

PRODUCTS NOT FOUND

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