IoT Monitoring System
@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@csrf
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
Powered by:
--}}