@extends('adminlte::page') @section('title', 'Create Lending') @section('content_header')

Create Lending

@stop @section('content')
@if(session('success'))
{{ session('success') }}
@endif
@csrf {{-- Book --}}
{{-- Quantity --}}
{{-- Borrower Type --}}
{{-- Student Dropdown --}} {{-- Staff Dropdown --}} {{-- Lend and Return Dates --}}
{{-- Hidden inputs --}} Cancel
@stop @section('js') @stop