@extends('layout.home') @section('title', 'Home') @section('content') @foreach ($sliders as $slider) {{$slider->nama_slider}} {{$slider->deskripsi}} @endforeach @foreach ($categories as $category) {{$category->nama_kategori}} {{$category->deskripsi}} @endforeach Hot items of this year All Product @foreach($products as $product) {{-- {{$product->subcategory->nama_subkategori}} --}} {{$product->nama_produk}} {{'Rp' . number_format($product->harga)}} More @endforeach Happy Clients {{-- @foreach ($testimonies as $testimony) {{$testimony->deskripsi}} {{$testimony->nama_testimoni}} @endforeach --}} @endsection
{{$testimony->deskripsi}}