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

Detalles del Préstamo

Usuario:

Nombre: {{ $user->name }}

Apellido: {{ $user->surname }}

Libro:

Título: {{ $book->title }}

Autor: {{ $book->author }}

Editorial: {{ $book->editorial }}

Fecha de Préstamo:

{{ $loanDate }}

Volver @endsection