@extends('layouts.app') @section('title', 'Kelola Sekolah') @section('content')
| Nama | Paket | Status | Pengguna | Siswa | Trial s/d | Aksi |
|---|---|---|---|---|---|---|
|
{{ $school->name }}
{{ $school->slug }} |
{{ $school->plan }} |
{{ $school->status }}
@if ($school->isSuspended() && $school->suspended_at)
sejak {{ $school->suspended_at->format('d M Y') }} @endif |
{{ $school->users_count }} | {{ $school->students_count }} | {{ $school->trial_ends_at?->format('d M Y') ?? '-' }} | |
| Tidak ada sekolah ditemukan. | ||||||