@extends('layouts.public') @section('title', 'Mission') @section('content')
Our Mission

To deliver practical aid and restore hope where it is needed most.

We work to reduce hardship through reliable programs that respond to urgent needs and support lasting community wellbeing.

@foreach([ ['icon' => 'fa-bowl-food', 'title' => 'Relief With Dignity', 'text' => 'Provide food, essentials, and emergency support in a respectful and organized way.'], ['icon' => 'fa-hand-holding-heart', 'title' => 'Community Care', 'text' => 'Listen to families, understand local needs, and build programs around real conditions.'], ['icon' => 'fa-seedling', 'title' => 'Long-Term Support', 'text' => 'Invest in education, health, water, and development efforts that help communities recover and grow.'], ] as $item)

{{ $item['title'] }}

{{ $item['text'] }}

@endforeach
@endsection