@extends('layouts.base', ['title' => 'Sign In']) @section('content')
dark logo logo

Bienvenido a su panel de Control

@auth

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

@endauth

Para iniciar ingrese su password y correo!

@csrf
Forgot Password?

New here? Create an account

© 2010 - Locker Agencia / Hublyn

@endsection @section('scripts') @endsection