@extends('superadmin.layout') @section('title', 'Kelola SPPG') @section('subtitle', 'Daftar semua cabang SPPG yang terdaftar') @section('content')
| Nama SPPG | Link Login Relawan | Alamat | Jumlah Admin | Jumlah Relawan | Aksi |
|---|---|---|---|---|---|
| {{ $sppg->name }} | /{{ $sppg->slug }}/login | {{ $sppg->address ?? '-' }} | {{ $sppg->admin_count }} | {{ $sppg->volunteer_count }} | |
| Belum ada data SPPG. | |||||