{{-- ═══════════════════════════════════════ HEADER ═══════════════════════════════════════ --}}
{{-- Logo --}}
{{-- Nombre usuario + botón salir --}}
{{ strtoupper(substr(Auth::user()->name ?? 'U', 0, 1)) }}
{{ Auth::user()->name ?? 'Usuario' }}
@csrf
{{-- ═══════════════════════════════════════ CONTENIDO ════════════════════════════════════ --}}
Bienvenido,
{{ Auth::user()->name ?? 'Usuario' }}
¿A qué sistema deseas ingresar?
{{-- Tarjetas estilo círculo --}}
{{-- ── TARJETA PYME ── --}} @if((Auth::user()->pyme_hipotecario==0)||(Auth::user()->pyme_hipotecario==2))
@endif {{-- ── TARJETA HIPOTECARIO ── --}} @if((Auth::user()->pyme_hipotecario==1)||(Auth::user()->pyme_hipotecario==2))
@endif
{{-- ═══════════════════════════════════════ FOOTER ════════════════════════════════════════ --}} {{-- ═══════════════════════════════════════ SCRIPTS ═══════════════════════════════════════ --}}