@extends('layouts.admin') @section('title', 'Books') @section('breadcrumb', 'Books') @section('content')
Manage your book inventory
by {{ $book->author }}
{{ $book->category->name }}
Get started by adding a new book to your inventory.