@extends('layout.base') @section('page_content')

Bienvenid@ {{$user->name}}

@if ($cuotas_hoy > 0) Existe{{$cuotas_hoy > 1 ? 'n' : ''}} {{$cuotas_hoy}} deposito{{$cuotas_hoy > 1 ? 's' : ''}} para hoy.
@endif @if ($cuotas_pendientes > 0) Existe{{$cuotas_pendientes > 1 ? 'n' : ''}} {{$cuotas_pendientes}} cuota{{$cuotas_pendientes > 1 ? 's' : ''}} pendiente{{$cuotas_pendientes > 1 ? 's' : ''}}. @endif
@include('home.cuotas_por_vencer')
@include('home.cierres_vigentes')
@endsection