{{-- resources/views/auth/login.blade.php --}} @extends('layouts.app') @section('title', 'Login') @section('page-title', 'Sign In') @section('content')

Welcome back

Sign in to your ExamPlatform account

@csrf
@if(Route::has('password.request')) Forgot password? @endif

Don't have an account? Create one

@endsection