@extends('layout') @section('index-content') @if(count($lendings) > 1) @foreach($lendings as $lending) @endforeach @else

No lending request

@endif
# Item Borrower Borrower Email Borrower Phone Borrower Address Date
{{$lending->id}} {{$lending->itemName}} {{$lending->borrowerName}} {{$lending->borrowerEmail}} {{$lending->borrowerPhone}} {{$lending->borrowerAddress}} {{$lending->borrowDate}}
@endsection