@extends('layouts.app') @section('content')
| S.No | Student Name | Book Name | Phone | Issue Date | Return Date | Status | Edit | Delete | @forelse ($books as $book)|
|---|---|---|---|---|---|---|---|---|---|
| {{ $book->id }} | {{ $book->student->name }} | {{ $book->book->name }} | {{ $book->student->phone }} | {{ $book->student->email }} | {{ $book->issue_date->format('d M, Y') }} | {{ $book->return_date->format('d M, Y') }} | @if ($book->issue_status == 'Y') Returned @else Issued @endif | Edit | |
| No Books Issued | |||||||||