@extends('layouts.frontend') @section('title') {{ $author->name }} @endsection @section('content')
Total {{ $books->count() }} buku
@foreach($book->categories as $category) {{ $category->name }} @endforeach