@extends('layouts.master-horizontal') @section('title') @lang('translation.Login') @endsection @section('content')
@include('flash::message')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@csrf

@lang('translation.¿Recordaste tu contraseña?') @lang('translation.Iniciar sesión')

@endsection