@extends('layouts.site') @section('title', 'Contact - Faith & Future Summit') @section('breadcrumbs', '[{"name":"Contact"}]') @section('content')
Get In Touch

Contact Us

For inquiries, partnerships, or academic collaboration, reach out to the FFS organizing team.

@if($email = \App\Models\SiteSetting::get('contact_email'))
mail
@endif @if($phone = \App\Models\SiteSetting::get('contact_phone'))
call
@endif @if($address = \App\Models\SiteSetting::get('contact_address'))
location_on

Address

{{ $address }}

@endif
@csrf
{{-- Location Block --}}
Find Us

Location Block

Faith & Future Summit Secretariat, Al-Kawthar University, Gulshan-e-Iqbal, Karachi.

location_on

Address

Al-Kawthar University, Gulshan-e-Iqbal, Karachi

{{-- FAQ Preview --}}

Frequently Asked Questions

Quick answers to common queries. For more details, visit our full FAQ page.

@endsection