@extends('admin.layout.app') @section('body')

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

{{ __('front.only_teachers_can_login_here') }} @if ($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
@endsection