@extends('layouts.app') @section('title', 'Testing - PPOB Online') @section('content')
@include('partials.banners') @include('partials.categories')

Produk Populer

@foreach($products ?? [] as $product)

{{ $product->name }}

Rp{{ number_format($product->sell_price, 0, ',', '.') }}

@endforeach
@endsection