@extends('layouts.app', [ 'title' => 'Dashboard Perpustakaan', 'pageTitle' => 'Dashboard Perpustakaan', 'pageSubtitle' => 'Panel pengelolaan Perpustakaan Universitas Karyadarma Kupang.', ]) @section('content')
@foreach ($metrics as $metric)

{{ $metric['value'] }}

{{ $metric['label'] }}

{{ $metric['description'] }}

@endforeach

Akses Cepat

@foreach ($quickActions as $action) @endforeach
@foreach ($sections as $section)

{{ $section['title'] }}

{{ $section['description'] }}

    @foreach ($section['items'] as $item)
  • {{ $item }}
  • @endforeach
@endforeach
@endsection