@extends('layouts.form') @section('title', 'Inicia Sesión') @section('content')
@if ($errors->any())

Se encontro el siguiente error

@else
Ingresa tus credenciales
@endif
@csrf
@endsection