@extends('frontend::layouts.master') @section('content') @if (!empty($banners[0])) @include('frontend::components.hero-section') @endif @if (!empty($about['status'])) @include('frontend::components.about-section') @endif {{-- Client Section (commented out for now) --}} {{-- @include('frontend::components.client-section') --}} @if (!empty($products['list'][0])) @include('frontend::components.products-section') @endif @include('frontend::components.certifications-section') @include('frontend::components.cta-section') @endsection