@extends('front.layouts.app') @section('title', 'Sewa Barang') @section('content')
logo icon

By Categories

@forelse ($categories as $category)
icon

{{$category->name}}

@empty

belum ada data ketegori terbaru

@endforelse
promo

Brand New

@forelse ($latest_products as $item_latest_product)
thumbnail

{{$item_latest_product->name}}

{{$item_latest_product->category->name}}

star

4/5

@empty

belum ada data produk terbaru

@endforelse

You Might Like

@forelse ($random_products as $irp)
thumbnail

{{$irp->name}}

Rp {{number_format($irp->price, 0, ',', ',')}}/day

star

4/5 (777)

@empty

belum ada produk terbaru

@endforelse
@endsection @push('after-styles') @endpush @push('after-scripts') @endpush