@extends('layouts.admin') @section('title', 'Hadis') @section('page-title', 'Manajemen Hadis') @section('content')
Kelola Koleksi
+ Hadis
@forelse($hadiths as $h) @empty@endforelse
HadisKoleksiStatusAksi

{{ Str::limit($h->text, 90) }}

{{ $h->source }}{{ $h->category ? ' · '.$h->category : '' }}

{{ $h->collection?->name ?? '—' }} {{ $h->is_active ? 'Aktif' : 'Nonaktif' }}
Edit
@csrf @method('DELETE')
Belum ada hadis.
{{ $hadiths->links() }}
@endsection