@extends('layouts.app') @section('content')

{{ \App\Models\SiteSetting::getValue('about_banner_title', 'About Our Company') }}

{{ \App\Models\SiteSetting::getValue('about_banner_desc', 'SIVILIMA Premium Solutions is Sri Lanka\'s largest manufacturer and supplier of modern, eco-friendly wood-substitute building materials.') }}

Sivilima Factory
{{ \App\Models\SiteSetting::getValue('about_overlay_title', 'Idea Group Subsidiary') }}

{{ \App\Models\SiteSetting::getValue('about_overlay_desc', 'Guaranteed corporate trust & quality excellence.') }}

{{ \App\Models\SiteSetting::getValue('about_intro_heading', 'Pioneering Green Building Material Science') }}

{{ \App\Models\SiteSetting::getValue('about_intro_para1', 'For over a decade, we have reimagined building interiors and exteriors. By substituting organic wood with highly durable polymer composites, we preserve forests while eliminating rot, termite damage, and paint fading.') }}

{{ \App\Models\SiteSetting::getValue('about_intro_para2', 'Our research and development laboratories constantly refine polymer mixtures to deliver materials that resist severe tropical climates — handling Galle\'s coastal humidity, Colombo\'s urban heat, and Nuwara Eliya\'s frost.') }}

{{ \App\Models\SiteSetting::getValue('about_stat1_num', '150+') }} {{ \App\Models\SiteSetting::getValue('about_stat1_label', 'Showrooms in SL') }}
{{ \App\Models\SiteSetting::getValue('about_stat2_num', '12+') }} {{ \App\Models\SiteSetting::getValue('about_stat2_label', 'Years of Service') }}
@php $values = json_decode(\App\Models\SiteSetting::getValue('about_values', '[]'), true); @endphp @if(!empty($values))

{{ \App\Models\SiteSetting::getValue('about_values_section_title', 'Core Brand Pillars') }}

{{ \App\Models\SiteSetting::getValue('about_values_section_desc', 'The foundations driving our product engineering and customer support systems.') }}

@foreach($values as $value)

{{ $value['title'] }}

{{ $value['desc'] }}

@endforeach
@endif @php $milestones = json_decode(\App\Models\SiteSetting::getValue('about_milestones', '[]'), true); @endphp @if(!empty($milestones))

{{ \App\Models\SiteSetting::getValue('about_timeline_section_title', 'Our Timeline of Milestones') }}

{{ \App\Models\SiteSetting::getValue('about_timeline_section_desc', 'A journey from a single ceiling brand to Sri Lanka\'s leading building supplies conglomerate.') }}

@foreach($milestones as $i => $m) @endforeach
@foreach($milestones as $i => $m)
{{ $m['year'] }}

{{ $m['title'] }}

{{ $m['desc'] }}

@endforeach
@endif

{{ \App\Models\SiteSetting::getValue('about_mission_title', 'Our Corporate Mission') }}

{{ \App\Models\SiteSetting::getValue('about_mission_desc', 'To lead the Sri Lankan building industry by researching, producing, and distributing advanced eco-friendly alternatives to timber and steel, while supporting local structural engineering communities with sound technical resources.') }}

{{ \App\Models\SiteSetting::getValue('about_vision_title', 'Our Architectural Vision') }}

{{ \App\Models\SiteSetting::getValue('about_vision_desc', 'To establish a fully carbon-neutral Sri Lankan construction ecosystem where every residence and commercial venue utilizes maintenance-free, recyclable polymer components, eliminating deforestation entirely.') }}

@endsection @push('scripts') @endpush