@extends('layouts.login') @section('content')
@if (Route::has('login'))

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

Supervisory Control & Data Acquisition (SCADA)

@auth @else

Sign In

Welcome back! Please signin to continue.

@endif
@auth {{-- Go to Dashboard --}}
@csrf
@else Sign In
Don't have an account?
@if (Route::has('register')) Sign Up @endif @endif
@endif
@endsection @section('js') @endsection