@extends('layouts.app') @include('layouts.navbars.guest.navbar') @section('content')

Sign In

Enter your email, password and user group to sign in

@csrf @method('post')
@error('email')

{{$message}}

@enderror
@error('password')

{{$message}}

@enderror
{{--
@error('role')

{{ $message }}

@enderror
--}}

Forgot you password? Reset your password here

"Welcome back!"

Login to explore a world of ease and control.

@endsection