{{ $statusPill[1] }}
{{ $post->code }}
{{ $post->title }}
{{ $post->bps }} BPS
{{-- ─── CLASSIC head (default + Badge style) ───────────── --}}
@if($appStatus === 'approved')
@endif
{{ $statusPill[1] }}
{{-- ─── BADGE row (Style 2 only) ───────────────────────── --}}
@if($post->quotas->isNotEmpty())
@endif
{{ $post->code }}
{{ $post->title }}
BPS-{{ str_replace('BPS-','',$post->bps) }}
{{ number_format($post->total_seats) }} seats
{{ $post->min_age }}–{{ $post->max_age }} yrs
{{ $post->gender_label }}
{{-- ─── CLASSIC + HERO spec grid ───────────────────────── --}}
Pay scale
{{ $post->bps }}
Seats
{{ number_format($post->total_seats) }}
Age limit
{{ $post->min_age }}–{{ $post->max_age }} yrs
Gender
{{ $post->gender_label }}
Qualification
{{ Str::limit($post->qualification, 130) }}
Quota
@foreach($post->quotas as $quota)
{{ $quota->quota_type_label }} · {{ $quota->seats }}
@endforeach