@extends('template.layout') @section('content')

Devolución de libros

Estado de préstamos realizados
DNI: {{$usuario[0]->dni}} Nombre Alumno: {{$usuario[0]->apellido_paterno}} {{$usuario[0]->apellido_materno}}, {{$usuario[0]->nombres}} Rol: {{$usuario[0]->name}} @php ($count = 1) @foreach($prestamos as $item) @if($item->fecha_fin < date('Y-m-d',strtotime(\Carbon\Carbon::now('America/Lima')))) @else @endif @if($item->fecha_fin == date('Y-m-d',strtotime(\Carbon\Carbon::now('America/Lima')))) @else @if($item->fecha_fin < date('Y-m-d',strtotime(\Carbon\Carbon::now('America/Lima')))) @else @endif @endif @php ($count++) @endforeach
@endsection @section('scripts') @endsection