@extends('admin.layouts.app') @section('title', $pageTitle) @section('content')

{{ number_format($totalLaws, 0, ',', '.') }}

Total Peraturan

{{ number_format($totalMonographs, 0, ',', '.') }}

Total Monografi Hukum

{{ number_format($totalArticles, 0, ',', '.') }}

Total Artikel Hukum

{{ number_format($totalJudgments, 0, ',', '.') }}

Total Putusan
Statistik Peraturan
Produk Hukum Terbaru
@forelse ($legislations as $legislation) @empty @endforelse
Tipe Judul Tahun Operator
{!! $legislation->typeFlatButton !!} {{ $legislation->title }} {{ $legislation->category->name }} {{ $legislation->year }}
{{ $legislation->user->name }}
{{ $legislation->user->name }} {{ $legislation->dateFormatted($legislation->created_at) }}
Belum ada produk hukum
@isset($latestNews)
Berita Terbaru
@php $i = 0; @endphp @foreach ($latestNews as $news) @if ($i === 0)
@else
@endif
{{ $news->title }}
{!! $news->excerpt !!}
@php $i++; @endphp @endforeach
@endisset
@endsection @section('script') @include('admin.dashboard.script') @endsection