@extends('layout.base') @section('content') @if ($hoy > 0)
Hay {{$hoy}} deposito{{($hoy > 1) ? 's' : ''}} para hoy.
@endif @if ($pendientes > 0)
Existe{{($pendientes > 1) ? 'n' : ''}} {{$pendientes}} cuota{{($pendientes > 1) ? 's' : ''}} pendiente{{($pendientes > 1) ? 's' : ''}}.
@endif @if (count($dias) > 0) @endif @if (count($cierres) > 0) @endif
@include('calendario') @include('cierres')
@endsection