@extends('eliteadmin::layouts.auth') @section('title', 'Login') @section('content')

Welcome back

Enter your credentials to access your account

@if (session('error')) @endif @if ($errors->any()) {{ $errors->first() }} @endif
@csrf
@error('email')
{{ $message }}
@enderror
@if (Route::has('password.request')) Forgot password? @endif
@error('password')
{{ $message }}
@enderror
@if ($registrationEnabled ?? false) @endif
@endsection