@extends('layouts.login') @section('content')

{{config('app.name')}} - Monitoring and Control System

Supervisory Control & Data Acquisition (SCADA)

Sign In

Sign In to use this {{config('app.name')}} System.

@csrf
@error('email')
  • {{ $message }}
@enderror
@error('password')
  • {{ $message }}
@enderror
Dont Have Account ?
@auth Got to Dashboard @else @if (Route::has('register')) Sign Up @endif @endif

{{ config('software.powered') }}
{{ config('app.name')}} Build v{{ config('software.version') }}

@endsection