@extends('layout/main_blank') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Demo Admin
NUPTK : superadmin
Password : 123456
Demo Guru
NUPTK : NUPTK16544345676
Password : 123456
@endsection