@extends('template.main') @section('titulo','Bienvenido '.Auth::user()->name) @section('contenido') @if(count($usuario)>=1) @foreach($usuario as $us) @endforeach @else

Bienvenido {{ Auth::user()->name }}

Es un gusto volver a verte.

@if(Auth::user()->tipo == null)
Ver cumpleaños
@endif
@if($user!=null)


Alumnos que no han pagado
Mes: @php $fecha = 0; @endphp
Año: @php $fecha = date('Y'); @endphp
@endif
@endif @endsection