@extends('layouts.auth') @section('title') Login @endsection @section('content')
@if (session('error'))
{{ session('error') }}
@endif

Sign In

Enter your email and password to sign in

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{--
--}}
{{--

"SL Charge Map – Admin Portal"

Comprehensive management system for electric vehicle charging networks. Monitor, control, and optimize your charging infrastructure with ease.

--}}
@endsection