@extends('layout.home') @section('title', 'Home') @section('content')
@foreach ($categories as $category) @endforeach
Hot items of this year

All Product

@foreach($products as $product)
{{-- {{$product->subcategory->nama_subkategori}} --}}

{{$product->nama_produk}}

{{'Rp' . number_format($product->harga)}}
@endforeach

Happy Clients

@endsection