@extends('components.app-layout') @section('title', 'Create Program') @section('content')

Create New Program

Design and configure your program with advanced settings

Back to Programs
1
Basic Info
2
Schedule
3
Settings
4
Review
@csrf

Basic Information

Set up the fundamental details of your program

@error('name')

{{ $message }}

@enderror
@php $programTypes = [ 'ergates_conference' => ['name' => 'ERGATES Conference', 'icon' => 'fas fa-handshake', 'color' => 'from-orange-500 to-red-500', 'desc' => 'Business networking and entrepreneurship'], 'annual_retreat' => ['name' => 'Annual Retreat', 'icon' => 'fas fa-mountain', 'color' => 'from-green-500 to-blue-500', 'desc' => 'Spiritual retreat and fellowship'], 'conference' => ['name' => 'Conference', 'icon' => 'fas fa-users', 'color' => 'from-blue-500 to-purple-500', 'desc' => 'Large gathering with multiple sessions'], 'workshop' => ['name' => 'Workshop', 'icon' => 'fas fa-tools', 'color' => 'from-yellow-500 to-orange-500', 'desc' => 'Hands-on learning experience'], 'seminar' => ['name' => 'Seminar', 'icon' => 'fas fa-chalkboard-teacher', 'color' => 'from-purple-500 to-pink-500', 'desc' => 'Educational presentation'], 'other' => ['name' => 'Other', 'icon' => 'fas fa-ellipsis-h', 'color' => 'from-gray-500 to-slate-500', 'desc' => 'Custom program type'] ]; @endphp @foreach($programTypes as $key => $type) @endforeach
@error('type')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror

PNG, JPG, PDF up to 10MB

0/1000
@error('description')

{{ $message }}

@enderror
@endsection