@extends('layouts.app') @section('title', 'Novel Favorit') @section('content')

Novel Favoritku

Koleksi novel yang kamu suka dan simpan

@if($favorites->count() > 0)
@foreach($favorites as $index => $favorite) @endforeach
@if($favorites->hasPages())
{{ $favorites->links() }}
@endif @else

Belum Ada Novel Favorit

Kamu belum menambahkan novel ke favorit. Yuk jelajahi novel-novel keren dan klik tombol love ❤️

❤️ ❤️ ❤️
@endif
@push('scripts') @endpush @endsection