@extends('layouts.admin') @section('pageTitle', isset($pageTitle) ? $pageTitle : '') @section('breadcrumb') @include('admin.partials.crumb', [ 'crumbs' => [ route('admin.dashboard') => __('default.dashboard'), route('admin.student.sessions') => 'Acara', '#' => isset($pageTitle) ? $pageTitle : '', ], ]) @endsection @section('content')
| No | Nama | Status | Tindakan |
|---|---|---|---|
| {{ $index + 1 }} | {{ $category->name }} | {!! $category->actions !!} |