@extends('admin.layout') @section('admin_container')
@if(session()->has('message.level'))
{!! session('message.content') !!}
@endif
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @foreach($books as $book) @endforeach
Book Name Author Name Publication Name CategorySub-CategoryDescriptionPriceFileAction
Book Name Author Name Publication Name CategorySub-CategoryDescriptionPriceFileAction
{{$book->book_name}} {{$book->author_name}} {{$book->publication_name}} {{$book->catagory_name}} {{$book->price}} Edit / Delete
@endsection