@extends('layouts.app') @section('title', 'Issue Book | Library') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')

{{ auth()->user()->school?->name ?? 'Institution Axis' }}

@endsection @section('breadcrumb') Home / Loans / Issue Book @endsection @section('navbar-right')
5
@endsection @section('content')

Issue Book

Lend a book to a student or teacher
Back
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('book_id')
{{ $message }}
@enderror
@error('user_id')
{{ $message }}
@enderror
@error('due_date')
{{ $message }}
@enderror Default: 14 days from today. Fine: KES 5/day overdue.
Cancel
@endsection