@extends('adminlte::page') @section('title', 'Dashboard BAPSI') @section('content_header')

Dashboard BAPSI

@stop @section('content')

{{ $stats['posts'] }}

Total Berita/Pengumuman

{{ $stats['published_posts'] }}

Konten Published

{{ $stats['hero_slides'] }}

Hero Slide Aktif

Konten Terbaru

@forelse($latestPosts as $post) @empty @endforelse
Judul Tipe Status Publish
{{ $post->title }} {{ ucfirst($post->type) }} {{ ucfirst($post->status) }} {{ optional($post->published_at)->format('d M Y H:i') ?? '-' }}
Belum ada konten.

Aksi Cepat

@can('access-admin-area') Tambah Berita Tambah Hero Slide @endcan @can('manage-users') Tambah Admin/User @endcan Ubah Password Lihat Landing Page
Mode Siang/Malam
@stop @section('css') @stop @section('js') @stop