@php use App\Models\GeneralSetting; $siteName = GeneralSetting::where('key', 'site_name')->value('value'); $logoPath = GeneralSetting::where('key', 'logo')->value('value'); @endphp {{ $siteName ?? 'Default Site Name' }} Mobile App Launch
Hands image

Welcome to the {{ $siteName ?? 'Our' }}

Help Us to Make the World Better
Educate a girl, and she can change the world. Empower her with knowledge, and she will transform her community.

Secure Login for {{ $siteName ?? 'Our' }} Users

Education Status: Keep track of the progress and achievements of your sponsored students.

Payment Details: Manage and review your sponsorship contributions with ease.

Report Card: View due dates and performance reports for your students.

Your security is our priority. Please log in to continue supporting and transforming lives through education.

Introduction

{{ $siteName ?? 'Our' }} Mobile App

Purpose: Facilitating sponsors to easily donate to students' education.

Platforms: Available on both Android and iOS.

Key Features: Home page, sponsor profile view, invoice screen, and login screen.

Benefits: Simplifies the donation process, enhances transparency, and improves user engagement.

Technical Details: Highlights the app's development with Flutter Dart for smooth and ensuring cross-platform compatibility.

Change a Life: Sponsor a Girl's Education and Build a Better Tomorrow!

@if (session('success'))
{{ session('success') }}
@endif
@csrf