@extends('layouts.app', ['class' => 'off-canvas-sidebar', 'activePage' => 'login', 'title' => __('login')]) @section('content')

Iniciar sesión

@csrf
face
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
lock_outline
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if (Route::has('password.request')) {{ __('¿Olvidaste tu contraseña?') }} @endif
@endsection