@extends('layouts.user_type.guest') @section('content')

Welcome back

Sign in or Register

OR Sign in with these credentials:

Email admin@softui.com

Password secret

@if(session()->has('unverified'))
{{ session('unverified') }}
@enderror
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Forgot you password? Reset you password here

Don't have an account? Sign up

@endsection