@extends('books.layout') @section('content')

Show Book

Name: {{ $book->name }}
Details: {{ $book->detail }}
@endsection