@php use Illuminate\Support\Facades\Storage; @endphp @extends('layouts.app') @section('title', 'Home - Kita Konbini Minimart') @section('content') {{-- Hero --}}
{{-- Storefront background --}}
{{-- Gradient overlay --}}
{{-- Content --}}

Welcome to Kita Konbini

Your one-stop minimart for snacks, beverages, instant food & stationery.

Shop Now
{{-- Categories --}}

Categories

@foreach($categories as $category) {{ $category->icon }} {{ $category->name }} @endforeach
{{-- Featured Products --}}

Featured Products

@foreach($recommended as $product)
@if($product->image) {{ $product->name }} @else 🛒 @endif
{{ $product->category->name }}

{{ $product->name }}

Shelf: {{ $product->shelf_code }}

@endforeach
{{-- Shelf Locator CTA --}}

Can't find what you're looking for?

Use our shelf locator to find products by shelf code.

Find on Shelf
@endsection @push('scripts') @endpush