{{--
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
--}} {{ config('app.name') }} | Sign in

No 1. ERP

Welcome Back !

Sign in to continue to Orbit ERP.

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