@extends('layouts.auth') @section('title', 'Login') @section('content')
@csrf
Login to your account Enter your credentials
@include('partials.alert', ['name' => 'login', 'forced_alert' => ($errors->has('nik')) ? ['status' => 'danger', 'message' => $errors->first('nik')] : null])
{{--
Don't have an account?
Create Account--}}
@endsection @section('plugin-scripts') @endsection @section('page-script') @endsection