@extends('adminlte::layouts.owners') @section('main-content')
| # | --}}Servicio/Gasto | Descripción | Total (Bs) | Total según alícuota (Bs) |
|---|---|---|---|---|
| 2. | --}}{{ $billingNotice->name }} - ({{ $billingNotice->company }}) | {{ $billingNotice->description }} | {{ number_format($billingNotice->valor, 2, ',','.') }} | {{ number_format($billingNotice->alicuota, 2, ',','.') }} |
| Morosidad Acumulada | {{ $arrears_interests['surcharge'] }} | |||
| Total: {{ number_format($amountBillingNotice['total'], 2, ',','.') }} Bs |