@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Book Inventory Report'])
Book Inventory Report
@csrf
{{--
Author
Select an Author
@foreach($authors as $author)
id ? 'selected' : '' }}>{{ $author->name }}
@endforeach
--}}
Category
All
@foreach($categories as $category)
{{ $category->name }}
@endforeach
From Date
To Date
Generate Report
@endsection