| {{ $i }} |
{{ $law->category->name }} |
{{ $law->code_number }} |
{{ $law->year }} |
{{ $law->title }} |
{{ $law->category->abbrev }} |
{{ $law->dateFormatted($law->approved) }} |
{{ $law->dateFormatted($law->published) }} |
{{ $law->author }} |
{{ $law->source }} |
{{ $law->place }} |
{{ Str::title($law->status) }} |
@foreach ($law->relations()->whereType('STATUS')->get() as $relation)
- {{ Str::title($relation->status) . ' ' . $relation->relatedTo->title . ' ' . $relation->note }}
@endforeach
|
{{ $law->field->name ?? '-' }} |
{{ $law->subject }} |
{{ $law->language }} |
{{ $law->location }} |
{{ $law->mattersList }} |
{{ $law->signer }} |
{{ $law->institute->name ?? '-' }} |
@foreach ($law->relations()->whereType('LEGISLATION')->get() as $relation)
- {{ Str::title($relation->status) . ' ' . $relation->relatedTo->title . ' ' . $relation->note }}
@endforeach
|
@foreach ($law->relations()->whereType('DOCUMENT')->get() as $relation)
- {{ Str::title($relation->status) . ' ' . $relation->relatedTo->title . ' ' . $relation->note }}
@endforeach
|
{{ $law->user->name }} |
{{ $law->dateFormatted($law->created_at, true) }} |
{{ $law->dateFormatted($law->published_at, true) }} |
{{ $law->note }} |
@php $i++; @endphp
@endforeach