@extends('layouts.guest') @section('title', 'Login - Academic Result Management') @section('heading', 'Welcome Back') @section('description', 'Sign in to access the system') @section('mobile-heading', 'Welcome Back') @section('mobile-description', 'Sign in to access the system') @section('content')
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
@if(session('error'))
{{ session('error') }}
@endif
{{ __('Sign In') }}
@endsection