@extends('layouts.admin-sekolah') @section('title', 'Jalur PPDB') @section('page-title', 'Manajemen Jalur PPDB') @section('content')

Jalur PPDB

Kelola jalur dan kuota pendaftaran

Tambah Jalur
@forelse($pathways as $pathway) @empty @endforelse
Nama Jalur Quota Terisi Progress Status Aksi
{{ $pathway->name }}
{{ Str::limit($pathway->description, 50) }}
{{ $pathway->quota }} {{ $pathway->filled }}
{{ number_format($pathway->quota_progress, 1) }}%
@if($pathway->is_active) Aktif @else Nonaktif @endif
Edit
@csrf @method('DELETE')
Belum ada jalur PPDB yang dibuat
@if($pathways->hasPages())
{{ $pathways->links() }}
@endif
@endsection