@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', 'Login Page') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if($configData['theme'] === 'dark') Login V2 @else Login V2 @endif
Early Warning System (EWS)

Water Level Pondok Bentung Siaga

Login Administrator

@if (session('error'))
{{ session("error") }}
@endif @if (session('success'))
{{ session("success") }}
@endif {{--

 Lupa Password

--}}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection