@extends('layouts.app') @section('content')

All Book Issue

@forelse ($books as $book) $book->return_date->format('d-m-Y') && $book->issue_status == 'N') ) background:rgba(255,0,0,0.2) @endif'> @empty @endforelse
S.No Student Name Book Name Phone Email Issue Date Return Date Status Edit Delete
{{ $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
@csrf
No Books Issued
{{ $books->links('vendor/pagination/bootstrap-4') }}
@endsection