@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
@foreach(['Entrepreneurship','AI & Emerging Tech','Business Development','Marketing & Growth','Other'] as $interest)
@endforeach
@section('scripts') {{-- SweetAlert2 --}} @if (session('success')) @endif @if (session('error')) @endif @endsection @endsection