@extends('app') @section('content')
SMPN 2 Teluk Jambe Barat
{{--
DAFTAR
--}}
LOGIN
@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Absensi Guru Honorer
@if (Session::has('error'))
{{ Session::get('error') }}
@endif
Lupa Kata Sandi?
@endsection