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

{{ $pageTitle }}

{{ $pageDescription }}

{{ $pageDate }}
{{ $user['nip'] }} ยท {{ $user['nmprodi'] }}
@csrf
@if (!empty($pageActions ?? []))
@foreach ($pageActions as $action) {{ $action['label'] }} @endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif {{ $slot }}