@extends('layouts.admin.layout') @section('content')
| Order | Category | CSS Class | Prayers | Status | Actions |
|---|---|---|---|---|---|
| {{ $cat->sort_order }} |
{{ $cat->emoji }}
{{ $cat->name }}
@if($cat->description)
{{ Str::limit($cat->description, 60) }}
@endif
|
{{ $cat->css_class }} | {{ $cat->prayers()->where('status', 'PENDING')->count() }} pending / {{ $cat->prayers()->where('status', 'ACTIVE')->count() }} active | @if($cat->is_active) Active @else Inactive @endif | Edit |
| No categories yet. Add one. | |||||