@extends('layouts.app') @section('title') Pencarian: {{ $books->count() }} buku ditemukan @endsection @section('meta') @endsection @section('content')
![]() |
{{ $book->title }}{{ $book->version }}
{{ $book->author->name ?? '' }}
@foreach($book->categories as $category)
{{ $category->name }}
@endforeach
|