1. @include('dashboard.partials.icon', ['icon' => 'home']) Home
  2. /
  3. {{ $pageTitle }}

{{ $pageTitle }}

{{ $pageDescription }}

{{ $pageDate }}
{{ $user['username'] }} ยท {{ $user['nmprodi'] }}
@csrf
@if (!empty($actions ?? []))
@foreach ($actions as $action) {{ $action['label'] }} @endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif @if (!empty($search ?? false))
@endif
@foreach ($columns as $column) @endforeach @if (!empty($rowActions ?? null)) @endif @forelse ($rows as $row) @foreach ($map($row) as $value) @endforeach @if (!empty($rowActions ?? null)) @endif @empty @endforelse
No.{{ $column }}Aksi
{{ method_exists($rows, 'currentPage') ? $loop->iteration + ($rows->currentPage() - 1) * $rows->perPage() : $loop->iteration }}{!! is_string($value) ? e($value) : $value !!}
@foreach ($rowActions($row) as $action) @if (($action['method'] ?? 'GET') === 'GET') {{ $action['label'] }} @else
@csrf @method($action['method'])
@endif @endforeach
Belum ada data.
@if (method_exists($rows, 'links'))
{{ $rows->links() }}
@endif