@extends('layouts.frontend') @section('title', 'Login - Trade Plus Education') @section('content')

Login to Your Account

Access your dashboard and manage your applications

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

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

Don't have an account? Register here

@endsection