@extends('theme.layout') @section('title','Student Signup') @push('styles') @endpush @section('content') student portal Welcome back · EduVisa Sign in to continue your study abroad journey @if(session('error')) {{ session('error') }} @endif @csrf Email address @error('email') {{$message}} @enderror Password @error('password') {{$message}} @enderror Forgot password? Sign in New student? Create an account @endsection
Sign in to continue your study abroad journey