@extends('layouts.auth') @section('title', 'Sign In | Infra24') @section('content')
Welcome Back !

Sign in to continue to Infra24.

@csrf
@error('email')
{{ $message }}
@enderror
@if (Route::has('password.request')) @endif @error('password')
{{ $message }}
@enderror

Don't have an account ? Signup

@endsection