@extends('layouts.auth') @section('title', 'Login') @push('style') @endpush @section('main')

Selamat datang di Aplikasi Sistekdes

@if(session('error'))
Opps! {{session('error')}}
@endif
@csrf @method('POST')
Silahkan masukkan NIK terlebih dahulu
Don't have an account? Create One
@endsection @push('scripts') @endpush