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

Mostrando Pago Alquiler

@csrf
@foreach($alquiler->detallealquiler as $item) @endforeach
Codigo Inmueble Mes/cuota Precio Total
{{$item->inmueble->id}} {{$item->inmueble->direccion }} {{$item->meses }} {{number_format($item->monto,2)}} {{number_format($item->monto,2)}}
Subtotal: {{number_format($alquiler->subtotal,2)}}
Monto Total: {{number_format($alquiler->total,2)}}
@csrf

Cancelar
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop