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

Historial de Préstamos

Préstamos realizados
@php ($count = 1) @foreach($datas as $item) @php ($count++) @endforeach
@endsection @section('scripts') @endsection