@extends('layouts.master') @section('content')
Nombre: {{ $user->name }}
Apellido: {{ $user->surname }}
Título: {{ $book->title }}
Autor: {{ $book->author }}
Editorial: {{ $book->editorial }}
{{ $loanDate }}