@extends('layouts.admin') @section('styles') @endsection @section('content')

PAGOS REALIZADOS MES 03

@foreach ($pagos as $i) @endforeach
# INQUILINO DESCRIPCION HABITACION DIA DE PAGO MENSUALIDAD TOTAL PAGADO FECHA DE REGISTRO
{{$i->id}} {{$i->nombre}} {{$i->descripcion}} {{$i->h}} {{$i->dia}} Q. {{number_format($i->mensualidad, 2)}} Q. {{number_format($i->total, 2)}} {{$i->created_at}}
@method('Delete') @csrf
@endsection @section('scripts') @endsection