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

Add Book Issue

@csrf
@error('student_id') @enderror
@error('book_id') @enderror
{{-- Return Book Form --}} {{-- Add 'mr-2' (margin-right) for spacing between the form and the next button --}} @csrf {{-- Scan Button: Changed to an tag styled as a button --}} {{-- This makes it a proper link that goes to the demo scan page --}} Scan Back
@endsection