@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content')

Reporte de Pagos


@foreach($arrendatario as $ARRENDATARIOS) @endforeach
Codigo Nombre Acciones
{{ $ARRENDATARIOS->id }} {{ $ARRENDATARIOS->nombre }}
@foreach($arrendatario as $ARRENDATARIOS) @endforeach @stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop