@extends('layouts.master') @section('title', 'CSR & Sustainability | Setara Group') @section('content')

{{ $header->title ?? 'CSR & Sustainability' }}

{{ $header->description ?? 'Our initiatives are focused on environmental sustainability and social responsibility.' }}

@if($report)
{{ $report->subtitle ?? 'Our Impact' }}

{!! $report->title !!}

{!! $report->description !!}
@if($stats->count() > 0)
@foreach($stats as $stat)

{{ $stat->title }}

{{ $stat->subtitle }}

@endforeach
@endif
@if($report->image)
{{ $report->title }}
@endif
@else
@endif

Community Initiatives

@foreach($posts as $post)
{{ $post->title }}

{{ $post->title }}

{{ $post->description }}

@endforeach
@endsection