@extends('library.admin.layouts.admin_design') @section('title')
{!! $book->description !!}
| # | Isbn | Status | Action | {{--Subtotal | --}}
|---|---|---|---|---|
| {{$loop->index+1}} | {{$det->isbn}} | status == 'issued')"color:Blue;" @elseif($det->status == 'lost')"color:brown;" @elseif($det->status == 'damaged')"color:red;" @else "color:green;" @endif> {{ucwords($det->status)}} |
|
{{----}} {{-- | --}}