@extends('layouts.front-layout') @section('title') Shop @endsection @section('content') Shop {{$pageData['Product']['top_banner_title'] ? : ''}} @forelse($get_products as $product) SALE {{$product->product_name ? : ''}} $ {{number_format($product->price ? : '')}} @empty Product Not Found @endforelse @endsection
$ {{number_format($product->price ? : '')}}