@extends('layouts.app') @section('title', 'Our Initiatives — ' . config('gerg.name')) @section('content') @include('partials.page-hero', ['title' => 'Our Initiatives', 'subtitle' => 'Corporate social responsibility through artisan empowerment and global outreach.', 'breadcrumb' => 'Initiatives'])
@foreach (config('gerg.initiatives') as $initiative)
@if (isset($initiative['image'])) {{ $initiative['name'] }} @else
{{ substr($initiative['name'], 0, 1) }}
@endif

{{ $initiative['name'] }}

{{ $initiative['subtitle'] }}

{{ $initiative['description'] }}

{{ $initiative['cta'] }}
@endforeach

Karigar Apnao, Sanskriti Bachao

Launched on Independence Day 2020 — a campaign inviting volunteers and customers to support artisan families and preserve traditional crafts across India.

@endsection