@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 Email Address @error('email') {{ $message }} @enderror Password @error('password') {{ $message }} @enderror Remember me @if (Route::has('password.request')) Forgot password? @endif Login Don't have an account? Register here @endsection
Access your dashboard and manage your applications
{{ $message }}
Don't have an account? Register here