@extends('public.layout.app') @section('title', __('front.teacher_login')) @section('body')

{{ __('front.teacher_portal') }}

{{ __('front.login_to_manage_your_courses_and_students') }}
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@endsection