@extends('layouts.app') @section('title', 'Create Post') @section('breadcrumb') Dashboard Posts Create @endsection @push('styles') @endpush @section('content')
@csrf
{{-- ── Main details ────────────────────────────────────────── --}}

Post details

@error('title')
{{ $message }}
@enderror
Letters and numbers only. Unique per post.
@error('code')
{{ $message }}
@enderror
@error('bps')
{{ $message }}
@enderror
@error('total_seats')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@error('min_age')
{{ $message }}
@enderror
@error('max_age')
{{ $message }}
@enderror
@error('gender_eligibility')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('qualification')
{{ $message }}
@enderror
When enabled, approved candidates can log into the exam portal using their roll number and exam password. Keep disabled until the exam window opens.
{{-- ── Quota allocation panel ──────────────────────────────── --}}

Quota allocation

@error('quotas')
{{ $message }}
@enderror
@if(old('quotas')) @foreach(old('quotas') as $i => $quota)
@endforeach @endif
No quotas added yet. Click Add to define quota allocations.
Quota total 0
Post seats 0
Cancel
{{-- Quota row template (cloned by JS when admin clicks "Add"). --}} @endsection @push('scripts') @endpush