@extends('jdih.layouts.app')
@section('title', 'Artikel Hukum | ' . strip_tags($appName))
@section('content')
@include('jdih.legislation.leftbar', ['view' => 'jdih.legislation.article.filter'])
Menampilkan
@isset ($legislation)
{{ $legislations->firstItem() }}
sampai
{{ $legislations->lastItem() }}
dari
@endisset
{{ number_format($legislations->total(), 0, ',', '.') }}
artikel
@if (Request::get('title'))
untuk
"{{ Request::get('title') }}"
@endif
@isset($category)
untuk jenis
"{{ $category->name }}"
@endisset
Urutkan
@forelse ($legislations as $legislation)
@include('jdih.legislation.banner')
@empty
@include('jdih.layouts.not-found')
@endforelse
{{ $legislations->links('jdih.layouts.pagination') }}
@endsection
@section('script')
@include('jdih.legislation.script')
@endsection