@extends('layouts.master') @section('title','form') @section('content') @php $deadline = \Carbon\Carbon::parse('2025-12-01 00:00:00'); // آخر لحظة لتقديم الطلبات $now = \Carbon\Carbon::now(); $isClosed = $now->greaterThanOrEqualTo($deadline); @endphp @if($isClosed) {{-- الفورم مقفول تمامًا --}} Application Period Has Ended Thank you for your interest in the Letsia Forward Program. The application deadline was November 30, 2025. We are no longer accepting new applications. Back to Home {{-- إيقاف باقي الصفحة تمامًا --}} @php exit; @endphp @endif {{-- Countdown Banner – Auto-hides after 11 days (after Nov 30, 2025) --}} @php $launchDate = \Carbon\Carbon::parse('2025-12-01'); // Program starts December 1st $today = \Carbon\Carbon::today(); $daysLeft = $today->diffInDays($launchDate, false); // negative = already passed @endphp @if($daysLeft > 0) We are delighted to have you join us... The Letsia Forward Program kicks off this December! {{ $daysLeft }} Days Left Only Limited Seats! @endif Intensive Training for Arab Youth in Innovation and Entrepreneurship Welcome Back Letsia Forward Program Kicks Off This December @csrf Full Name Date of Birth Gender Select Gender Male Female Prefer not to say Email Address Mobile Number (with country code) Country of Residence Select Country UAE Egypt KSA Bahrain Sri Lanka Other Current Occupation / Field of Study LinkedIn Profile (optional) Upload CV / Portfolio (PDF or DOCX) Project Stage Select your project stage Idea stage Prototype / MVP ready Early users / pilot testing Revenue stage Scaling / Seeking investment Area of Interest @foreach(['Entrepreneurship','AI & Emerging Tech','Business Development','Marketing & Growth','Other'] as $interest) {{ $interest }} @endforeach Why do you want to join the program? I confirm that all information is accurate. I agree to the terms and conditions. Submit Application @section('scripts') {{-- SweetAlert2 --}} @if (session('success')) @endif @if (session('error')) @endif @endsection @endsection
Thank you for your interest in the Letsia Forward Program. The application deadline was November 30, 2025.
We are no longer accepting new applications.
The Letsia Forward Program kicks off this December!