@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content')
Codigo | Inmueble | Mes/cuota | Precio | Total | @foreach($alquiler->detallealquiler as $item)
---|---|---|---|---|
{{$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)}} |