@extends('admin.layouts.app') @section('title', $pageTitle) @section('content')
@else
| Jenis Artikel | : | {{ $legislation->category->name }} |
| Tahun Terbit | : | {{ $legislation->year }} |
| T.E.U. Orang/Badan | : | {{ $legislation->author }} |
| Tempat Terbit | : | {{ $legislation->place }} |
| Sumber | : | {{ $legislation->source }} |
| Bidang Hukum | : | @empty (!$legislation->field) {{ $legislation->field->name }} @endempty |
| Subjek | : | {{ $legislation->subject }} |
| Bahasa | : | {{ $legislation->language }} |
| Lokasi | : | {{ $legislation->location }} |