@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('name')
  • {{ $message }}
@enderror
@error('email')
  • {{ $message }}
@enderror
@error('password')
  • {{ $message }}
@enderror
------
Got to Dashboard

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

@endsection