@isset($view) @include($view) @else @include('jdih.legislation.filter') @endisset @if (isset($latestMonographs) AND $latestMonographs->count() > 0)

Monografi Hukum

@foreach ($latestMonographs as $monograph)
{{ $monograph->title }}
@endforeach
@endif @if (isset($latestLaws) AND $latestLaws->count() > 0)

Peraturan Terbaru

@foreach ($latestLaws as $law)
0{{ $loop->iteration }}
{{ $law->shortTitle }}
  • {{ $law->dateFormatted($law->published_at) }}
@endforeach
@endif