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

Add New Book

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Name:
Detail:
@endsection