@extends('layouts.master-auth') @section('title', 'Lock Screen') @section('content')
user-image

Hi, {{ $user->system_user_username ?? 'User' }}

Enter your password to unlock the screen!

@csrf
@error('password')
{{ $message }}
@enderror

Not you? Logout

@endsection