@extends('layouts.master') @section('notifications') @if(session('success'))
| Nombre | Apellidos | Titulo | Autor | Editorial | Fecha_Prestamo | |
|---|---|---|---|---|---|---|
| {{ /*$loan->user->name -> solo cuando llamamos al modelo pivote*/ $loan->name }} | {{ $loan->surname }} | {{ $loan->title }} | {{ $loan->author }} | {{ $loan->editorial }} | {{ $loan->loan_date }} | Ver Actualizar Borrar |