{{-- ✅ Success/Error Alerts --}} @if (session()->has('success')) @endif @if (session()->has('error')) @endif {{-- ✅ Add More Button --}}
@if(!$formMode) @endif
{{-- ✅ Form Section --}} @if($formMode)
{{ $updateMode ? 'Edit Crypto ICO' : 'Add Crypto ICO' }}
{{-- ✅ Tabs --}} {{-- ✅ Form Start --}}
{{-- ✅ TAB 1 --}} @if($activeTab === 1) {{-- Basic Information --}}
{{-- Title + Slug --}}
Auto-generated from title
{{-- Project Type / Category / Launchpad --}}
{{-- Launchpad --}}
{{-- Blockchain + Contract --}}
{{-- Image --}}
@if ($image && is_object($image)) @endif
@endif {{-- ✅ TAB 2 --}} @if($activeTab === 2)
Social Media & Contact Details
@endif {{-- ✅ TAB 3 --}} @if($activeTab === 3)
ICO Timing & Caps
@endif {{-- ✅ TAB 4 --}} @if($activeTab === 4)
Final Details
{{-- ✅ Submit --}}
@endif
@endif