@extends('web.home.layout.master') @section('content')
{{--
image
--}} {{-- getting banner from database --}}
@if($heroSlides->count() > 0) @foreach($heroSlides as $slide)
@if($loop->first) {{ $slide->banner_title }} @else {{ $slide->banner_title }} @endif @if($slide->banner_title || $slide->banner_description)
@if($slide->banner_title)

{{ $slide->banner_title }}

@endif @if($slide->banner_description) {{ $slide->banner_description }} @endif @if($slide->banner_link) @endif
@endif
@endforeach @else
@if($banner && $banner->banner_one) Banner 1 @else Banner 1 @endif
@endif

Shop By Category

@foreach ($categories as $category) @endforeach
{{-- old code --}} {{-- --}}

Latest Products

Our most popular products based on sales

@if ($productCount > 0) @foreach ($products as $product)
@if ($product->cutted_price != null) @php $cuttedprice_latest = $product->cutted_price; $productprice_latest = $product->product_price; $percentage_latest = (($cuttedprice_latest - $productprice_latest) / $cuttedprice_latest) * 100; @endphp {{ floor($percentage_latest) }}% @else @endif @if (Auth::check()) @php $productexists = in_array($product->id, $wishlistProductIds ?? []); @endphp @if ($productexists) @else @endif @else @endif
@php $imageArray = explode(',', $product->product_image); $firstImage_latest = $imageArray[0]; @endphp
LKR {{ number_format($product->product_price, 2) }} @if ($product->cutted_price != null) LKR {{ number_format($product->cutted_price, 2) }}  @endif
or 3 X LKR {{ number_format($product->product_price / 3, 2) }} with Koko
or 3 X LKR {{ number_format($product->product_price / 3, 2) }} with Mintpay
4.8
@if ($product->order > 0) {{ $product->order + 20 }} sold @else 20 sold @endif
@endforeach @else

Products Not Availabile

@endif
American Plastics

Who We Are

American Plastics Pvt Ltd is committed to shaping the future of the plastic industry with our dedication to quality, innovation, and sustainability. Join us on this journey as we continue to set new standards and drive positive change.

Eco-Friendly
Innovation
Quality
Learn More

Our Trusted Partners

Jayakirana
Keells
Lady J
Mega
MSC
Siyane
Arpico

See What Our Customers Say About Us

★★★★★

"We have been sourcing our retail shopping baskets and heavy-duty vegetable crates from American Plastics for years. Their durability under high daily usage is exceptional, significantly reducing our replacement costs."

ND
Nilantha De Silva

Logistics Manager, Keells Super

★★★★★

"American Plastics has been an invaluable partner for our warehousing and retail storage needs. Their ability to deliver high-quality, customized storage pallets and boxes on tight schedules has been outstanding."

PP
Priyantha Perera

Operations Director, Arpico Supercentre

★★★★★

"The quality of the storage bins and plastic drawers is top-notch. Our customers love them for their sturdy finish and modern designs. Excellent service and very competitive pricing."

KJ
K. Jayasinghe

Owner, Jayakirana Stores

Best Price Guarantee

Lowest prices guaranteed

Easy Payment Plans

Instalment plans, offers & more

After Sales Service

Customer support

Islandwide Delivery

Fast delivery across Sri Lanka

@endsection