@extends('layouts.admin-sekolah') @section('title', 'Jalur PPDB') @section('page-title', 'Manajemen Jalur PPDB') @section('content')
Kelola jalur dan kuota pendaftaran
| 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 | |
| Belum ada jalur PPDB yang dibuat | |||||