@extends('layouts.app') @section('title', 'My Favorites') @section('content')
@if(isset($book->authors) && $book->authors) {{ is_array($book->authors) ? implode(', ', array_slice($book->authors, 0, 2)) : $book->authors }} @endif
View DetailsYou haven't added any favorites yet.
Browse Books