@extends('backend.layouts.layout') @section('content')

Stamp Teacher Login

Welcome Back !

Sign in to continue to Stamp Portal

@csrf
@error('username') {{ $message }} @enderror
@if (Route::has('password.request')) Forgot password? @endif
@error('password') {{ $message }} @enderror
I agree to the Privacy Policy and the teacher Terms and Conditions
@endsection @section('script') @endsection