@extends('layout.frontend.master-layout') @section('page-title') {{ isset($seoPageName->meta_title) ? @$seoPageName->meta_title . ' - ' . @$viewComposerSiteSetting->company_name : 'About Us - Golcha Green Energy' }} @endsection @section('meta-tags') @endsection @section('style') @endsection @section('main-content')

{{ @$siteBanner->display_name }}

Home > {{ @$siteBanner->display_name }}
{{ @$whoWeAre->innovator_title }}

{{ @$whoWeAre->innovator_short_text }}

Golcha who we are

{{ @$whoWeAre->title }}

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

Golcha OUR MISSION

{{ strip_tags(@$whoWeAre->our_mission_description) }}


Golcha OUR VISION

{{ strip_tags(@$whoWeAre->our_vision_description) }}

{{ @$bessOverview->title }}

{!! @$bessOverview->short_description !!}
{{-- --}}
@if(count($besses) > 0)
@forelse($besses as $bess)

{{ $bess->title }}

{!! $bess->short_description !!}
@empty @endforelse
@endif
Golcha {{ @$ourServiceOverview->core_value_name }}

{{ @$ourServiceOverview->core_value_title }}

Golcha
@if(count($whyChooseSolarData) > 0)

Why Choose Solar

@forelse($whyChooseSolarData as $index => $whyChooseSolar)
Golcha

{{ $whyChooseSolar->title }}

{!! $whyChooseSolar->short_description !!}
@empty @endforelse
@endif @if(count($technologyCollaborations) >0)
@forelse($technologyCollaborations as $technologyCollaboration)
@empty @endforelse
@endif @include('frontend.include._contact-bottom-part') @endsection @section('script') @vite(['resources/js/frontend/pages/about.js']) @endsection