@extends('layouts.home') @section('content')

Ceylon’s Organic Excellence for the World

Naturally grown, ethically sourced — discover Sri Lanka’s finest farm treasures.

Ceylon Spices
Premium Quality Products

Authentic • Trusted • Delivered Fresh

@if (count($banners) > 0) @endif @if (count($categories) > 0)

Shop by Category

Explore our carefully curated collection of authentic Ceylon products

@endif @if (count($products) > 0)

Products

Hand-picked premium products from our collection

@foreach ($products as $index => $product)
@if ($product->image) {{ $product->name }} @else {{ $product->name }} @endif @php $discount = 0; if ( $product->discount_price && $product->price > $product->discount_price ) { $discount = round( (($product->price - $product->discount_price) / $product->price) * 100, ); } @endphp @if ($discount)
{{ $discount }}% OFF
@endif
{{ Str::limit($product->name, 30, '...') }}
@if ($product->description)
{{ Str::limit($product->description, 80, '...') }}
@endif @if ($product->is_stock_available)
In Stock
@else
Out of Stock
@endif
@if ($discount) {{ $product->discount_price }} @if ($config->currancy) ({{ $config->currancy }}) @endif {{ $product->price }} @if ($config->currancy) ({{ $config->currancy }}) @endif @else {{ $product->price }} @if ($config->currancy) ({{ $config->currancy }}) @endif @endif
@endforeach
@endif
Fast & Free Delivery

Express delivery available on all orders, with fast and reliable service nationwide.

100% Organic

All products are certified organic and sustainably sourced from local farms.

Trusted Quality

High-standard products crafted for lasting performance and reliability.

@endsection