@extends('library.admin.layouts.admin_design') @section('title') View Lost Books - School Library @endsection @section('content')

Lost Book list

Book That has been Lost

@foreach($totalLost as $cat) @endforeach
# Book Title Isbn Status
{{$loop->index + 1}} {{$cat->book->title}} {{$cat->isbn}} {{$cat->status}}
@endsection @section('scripts') @endsection