@extends('layouts.site') @section('title', 'About - Faith & Future Summit') @section('meta_description', \App\Models\SiteSetting::get('about_description_1', 'The Faith & Future Summit is an academic platform fostering dialogue on faith, ethics, knowledge, and the future.')) @section('breadcrumbs', '[{"name":"About"}]') @section('content') {{-- Hero --}}
About Us

Faith & Future Summit

An Intellectual Platform for Faith, Knowledge, and the Future

FFS Event
FFS Event
{{-- About Description --}}
@if(\App\Models\SiteSetting::get('about_subheading')) @endif

{!! \App\Models\SiteSetting::get('about_description_1', '...') !!}

{!! \App\Models\SiteSetting::get('about_description_2', '...') !!}

{{-- Key Areas of Engagement --}}

Key Areas of Engagement

The Summit explores a wide range of intellectual and societal themes that reflect the changing realities of the modern world.

@foreach(['Future economies and systems of equity','Education, knowledge, and learning','Digital transformation and society','Environment and sustainability','Community development and leadership','Ethics, values, and human responsibility'] as $area)
{{ ['account_balance','school','devices','eco','groups','gavel'][$loop->index] }} {{ $area }}
@endforeach
{{-- Purpose & Vision --}}

Purpose & Vision

{{ \App\Models\SiteSetting::get('about_quote', 'The Faith & Future Summit is an academic and intellectual platform where knowledge, ethics, and contemporary thought come together to explore the evolving questions of the modern world. It provides a space for meaningful dialogue and reflection, bringing together diverse perspectives across disciplines.') }}

The platform is guided by a commitment to rigorous inquiry, ethical reflection, and interdisciplinary engagement, supporting the exploration of complex global issues through thoughtful exchange and collaborative learning while encouraging informed, responsible, and reflective perspectives.

FFS Vision
{{-- Academic Platform for Global Dialogue --}}
FFS Dialogue

An Academic Platform for Global Dialogue

The Faith & Future Summit brings together scholars, researchers, educators, and thinkers for meaningful global dialogue. It provides a space for interdisciplinary engagement where ideas are shared, examined, and developed across diverse fields of knowledge.

Participants engage through research-based presentations, discussions, and thematic sessions that encourage open exchange of perspectives while remaining focused on intellectual rigor and collaborative learning.

{{-- Organising Institution --}}
Organising Institution

SISL — Al-Kawthar University

The Faith & Future Summit is organized by the School of Islamic Scholars & Leaders (SISL), Al-Kawthar University. SISL is an academic platform dedicated to promoting scholarship, ethical inquiry, and intellectual development.

The institution emphasizes learning, research, and ethical leadership, encouraging critical thinking and responsible engagement with contemporary social and intellectual challenges.

Discover More About SISL arrow_forward
Al-Kawthar University
{{-- Who Attends --}}

Who Attends

The Summit brings together a diverse community of thinkers, leaders, and changemakers from across the globe.

@php $audience = \App\Models\SiteSetting::get('about_audience', []); $icons = ['school','travel_explore','group','badge','diversity_3','business']; $i = 0; @endphp
@foreach($audience as $item)
{{ $icons[$i % count($icons)] }}

{{ $item['title'] ?? '' }}

{{ $item['description'] ?? '' }}

@php $i++ @endphp @endforeach
{{-- FFS Journey / Timeline --}}

FFS Journey / Timeline

A look back at the milestones and gatherings that have shaped the Faith & Future Summit.

@php $journeyEvents = \App\Models\Event::orderBy('starts_at')->get() @endphp
@forelse($journeyEvents as $ev)
{{ $ev->is_past ? 'check' : 'schedule' }}
{{ $ev->starts_at ? $ev->starts_at->format('M Y') : ($ev->edition_label ?? '') }}

{{ $ev->title }}

@if($ev->is_past) Past @else Upcoming @endif
@empty
No events yet.
@endforelse
@endsection