@extends('layouts.app') @section('title', 'Login - Primary Learning Tutor') @section('content')

🔐 Login

Welcome back! Please login to your account.

@if (session('success')) @endif @if ($errors->any()) @endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Don't have an account? Register here

@endsection