@extends('layouts.front.app')
@section('title', ($item->title ?? 'Research Article') . ' - JotiJournal')
@section('meta_description', 'Read the full research article: ' . ($item->title ?? 'UNTITLED') . '. Author: ' . ($item->author ?? 'Anonymous') . '. Explore scholarly legal research on the JotiJournal archive.')
@section('meta_keywords', ($item->title ?? '') . ', research article, scholarly legal research, ' . ($item->author ?? '') . ', JotiJournal')
@section('og_type', 'article')
@section('canonical', route('user.item.view', ['type' => $type, 'id' => $item->id]))
@push('jsonld')
@endpush
@section('content')
Article Title
{{ $item->title }}
@include('users.partials._wishlist_modal')
@endsection
@push('scripts')
@include('users.partials._wishlist_js')
@endpush