@extends('layout.frontend.master-layout') @section('page-title') {{ isset($seoPageName->meta_title) ? @$seoPageName->meta_title . ' - ' . @$viewComposerSiteSetting->company_name : 'Home - Golcha Green Energy' }} @endsection @section('meta-tags') @endsection @section('style') @endsection @section('main-content')
@forelse($homeBanners as $homeBanner)
Company Logo

@php $words = explode(' ', $homeBanner->title); if (count($words) > 3) { $title = implode(' ', array_slice($words, 0, 3)) . '
' . implode(' ', array_slice($words, 3)); } else { $title = implode(' ', $words); } @endphp {!! $title !!}

{{ strip_tags($homeBanner->short_description) }}

@if($homeBanner->button_link) @endif
@empty @endforelse
who we are
who we are
{{ @$whoWeAre->innovator_title }}

{{ @$whoWeAre->innovator_short_text }}

Golcha who we are

{{ @$whoWeAre->title }}

{!! @$whoWeAre->short_description !!}
  • {{ @$whoWeAre->year_of_expertise }}
    Years of Expertise
  • {{ @$whoWeAre->happy_client }}
    Happy Clients
  • {{ @$whoWeAre->solar_power }}
    Solar Power
  • {{ @$whoWeAre->project_completed }}
    Projects Completed
Golcha {{ @$ourServiceOverview->our_services_name }}

{{ @$ourServiceOverview->title }}

{!! @$ourServiceOverview->short_description !!}
{{-- --}}
@if(count($ourServices) > 0)
@forelse($ourServices as $ourService)

{{ $ourService->title }}

{!! $ourService->short_description !!}
{{--
--}} {{-- Learn More--}} {{--
--}}
@empty @endforelse
@endif
@if(count($products) > 0)
Golcha Products

Comprehensive Products Tailored to Your Needs

From design to installation and maintenance, we offer end-to-end solar energy services that guarantee maximum efficiency and long-term savings.

@forelse($products as $product)
Golcha

{{ $product->title }}

{{ strip_tags(\Illuminate\Support\Str::words($product->description,'12','...')) }}
@empty @endforelse
@endif @if(count($whyWorkWithUs) > 0)

Why you should
work with us

At Golchha, we are dedicated to delivering sustainable and innovative green energy solutions that empower your journey toward a cleaner future.

@forelse($whyWorkWithUs as $index => $workWithUs)
{{ sprintf('%02d', $index + 1) }}

{{ $workWithUs->title }}

{!! $workWithUs->short_description !!}
@empty @endforelse
@endif @if(count($technologyCollaborations) > 0)
@forelse($technologyCollaborations as $technologyCollaboration)
@empty @endforelse
@endif
{{ @$ourStrategicAlliance->benefit_name }}

{{ @$ourStrategicAlliance->title }}

{!! @$ourStrategicAlliance->short_description !!}
Golcha {{ @$ourProjectsOverview->our_project_name }}

@php $words = explode(' ', $ourProjectsOverview->title); if (count($words) > 3) { $title = implode(' ', array_slice($words, 0, 3)) . '
' . implode(' ', array_slice($words, 3)); } else { $title = implode(' ', $words); } @endphp {!! $title !!}

{{ strip_tags(@$ourProjectsOverview->short_description) }}

@if(count($ourProjects) > 0) @endif
@if(count($successStories) > 0)
Golcha success stories

Hear from Our Customers

Here's what homeowners, businesses, and community leaders are saying about us.

@forelse($successStories as $successStory)
Golcha
{{ strip_tags($successStory->short_description) }}
{{ $successStory->full_name }}

{{ $successStory->designation }}

Golcha
@empty @endforelse
NEXT
PREV
@endif @include('frontend.include._contact-bottom-part') @endsection @section('script') @vite(['resources/js/frontend/pages/home.js']) @endsection