@php $works = [ ['title' => 'Life Journey of Srimanta Sankaradeva', 'text' => 'Illustrated interpretation of the saint-scholar reformer\'s life journey for public learning.', 'icon' => 'auto_stories'], ['title' => 'Six Nats in Sattriya Style', 'text' => 'Visual presentation of the six Nats of Srimanta Sankaradeva painted in Sattriya style.', 'icon' => 'palette'], ['title' => 'Books in 11 Languages', 'text' => 'Publication initiative presenting Srimanta Sankaradeva in national and regional languages.', 'icon' => 'translate'], ['title' => 'Sankaradeva Circuit', 'text' => 'Cultural circuit concept covering 21 important locations across Assam.', 'icon' => 'route'], ]; @endphp
@include('frontend.partials.section-heading', [ 'eyebrow' => 'Unique Work Done by SSKS', 'title' => 'Preservation Through Research, Art and Outreach', 'summary' => 'SOW1 priority works grouped into a single reusable frontend presentation.', ])
@foreach ($works as $work)
{{ $work['icon'] }}

{{ $work['title'] }}

{{ $work['text'] }}

@endforeach