@extends('layouts.auth-default') @section('title','Login') @section('content')

Welcome, We are glad to see you again!

Not a member? Register

Log In to Your Account


OR
@csrf
@error('username') {{ $message }} @enderror
@if (Route::has('password.request')) Forgot Password ? @endif @error('password') {{ $message }} @enderror
@endsection