@extends('layouts.front.app')
@section('title', ($item->title ?? 'Amendment Detail') . ' - JotiJournal')
@section('meta_description', 'Full legal amendment details: ' . ($item->title ?? 'UNTITLED') . '. Explore subjects, publish dates, and complete legal text.')
@section('meta_keywords', ($item->title ?? '') . ', legal amendment, law change, Indian acts, JotiJournal')
@section('og_type', 'article')
@section('canonical', route('user.item.view', ['type' => $type, 'id' => $item->id]))
@push('jsonld')
@endpush
@section('content')
Amendment Title
{{ $item->title }}
@include('users.partials._wishlist_modal')
@endsection
@push('scripts')
@include('users.partials._wishlist_js')
@endpush