@extends('front.layouts.main') @section('content') @if(count($data) > 0)
Banner
@foreach($data as $product)
@if($product['isNewProduct']) @endif {{$product['productName']}}
KSH {{number_format($product['price'])}}
ORDER
@endforeach
@else

NO PRODUCTS FOUND

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