@extends('layouts.master') @section('content')
Nombre: {{$user->name}}
Apellidos: {{$user->surname}}
Título: {{$book->title}}
Autor: {{$book->author}}
Editorial: {{$book->editorial}}
Fecha Préstamo: {{$loan_date}}