@extends('layouts.front.app') @section('title', 'My Saved Research & Bookmarks - JotiJournal') @section('meta_description', 'Access all your saved legal judgments, research articles, and circulars in one centralized location. Organize your legal research efficiently.') @section('meta_keywords', 'saved judgments, legal bookmarks, research archive, JotiJournal wishlists') @section('content')

Saved Research & Articles

Your personal library of legal precedents, notifications, and scholarly articles, organized by folders.

Create New Folder

Start a new research project

@forelse($folders as $index => $folder)
@csrf @method('DELETE')

{{ $folder->folder_name }}

{{ $folder->wishlists_count ?? $folder->wishlists->count() }} items Updated {{ $folder->updated_at->diffForHumans() }}
@empty @endforelse
@include('users.partials._create_folder_modal') @endsection