@extends('frontend.layouts.layouts') @section('title', 'Home') @section('content')

Our Unique Brands


Flowbite Logo
Flowbite Logo
Flowbite Logo
Flowbite Logo

Top Selling Products


POPULAR CATEGORIES

Flowbite Logo
@foreach ($products as $product)
@csrf @php $firstChannelProduct = $product->channelProducts->first(); @endphp
@endforeach
    @foreach ($productpromo as $promo)
  • {{ $promo->title }}

    {{ $promo->title }}

    "{{ $promo->description }}"

  • @endforeach
Flowbite Logo

TOP SELLING

PRODUCTS

Flowbite Logo

ECO-FRIENDLY

SOLUTIONS

Flowbite Logo

TRUSTED BY

PROFESSIONAL

Flowbite Logo

COMMUNITY AND

SUPPORT

Great Words From People

Real Stories from Satisfied Customers


    @foreach ($testimony as $testimony)
  • {{ $testimony->testimony }}.

    Flowbite Logo

    {{ $testimony->customer_name }}.

    Customer

  • @endforeach

New Blog Posts


@foreach ($blogs as $blog)
{{ $blog->title }}

{{ $blog->created_at->format('d') }}

{{ $blog->created_at->format('M') }}

By Admin | {{ $blog->category }}

{{ $blog->title }}

Read More →
@endforeach
@endsection