@extends('front.layouts.main')
@section('content')
@if(count($data) > 0)
{{ strtoupper($head) }}
@foreach($data as $product)
@if($product['isNewProduct'])
@endif
KSH {{number_format($product['price'])}}
ORDER
@endforeach
@else
NO PRODUCTS FOUND
@endif
@endsection
@section('js')
@endsection