@extends('library.admin.layouts.admin_design') @section('title') Add Book - School Library @endsection @section('content')

Book

Add Book Details
@csrf
Book Title*
Quantity*
Image

Publisher Name*
Published Date*
Price*
Description
Remarks
View All Books

View All ISBNs

@foreach($barcode as $key) {{-- --}} @endforeach
Name Date Action
{{$key->name}} {{$key->created_at}}
@endsection @section('scripts') @endsection