@extends('elibrary.student.layouts.app') @section('content')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

{{$book->name}}

Class {{$book->class}}

Download

Detail Information

Image:
Description: {!! isset($book->description) ? $book->description : 'N/A' !!}
Status: @if($book->status==1) Active @else Inactive @endif
@endsection