@extends('layouts.form') @section('content')
@if ($errors->any())

Se encontro el siguiente error.

@else
Ingresar correo y contraseña
@endif
@csrf
@endsection