@extends('layouts.app') @section('title', 'Login - MiMSMS Voter System') @section('content')

Login

Sign in to your account

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))

Forgot your password?

@endif

Don't have an account? Register here

@endsection