@vite(['resources/css/app.css', 'resources/js/app.js'])
Exact Logo

Enhancing Accuracy and Efficiency in IT Asset Management




@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
{{ __('Forgot your password? No problem. Just enter your email and we will send a password reset link.') }}
@error('email')

{{ $message }}

@enderror