@extends('auth.layout') @section('content')

Sign in

{% if status %}
{{ status }}
{% endif %} {% if errors.get('email') %}
{{ errors['email'][0] }}
{% endif %}
{% if errors.get('email') %}{{ errors['email'][0] }}{% endif %}
{% if errors.get('password') %}{{ errors['password'][0] }}{% endif %}
{% if config('auth.features.forgot_password', true) %}Forgot your password?{% endif %}
{% if config('auth.features.registration', true) %} {% endif %} @endsection