@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) @endif @else @endif Community Initiatives @foreach($posts as $post) {{ $post->title }} {{ $post->description }} @endforeach @endsection
{{ $header->description ?? 'Our initiatives are focused on environmental sustainability and social responsibility.' }}
{{ $stat->subtitle }}
{{ $post->description }}