@extends('public.layouts.public') @section('title', 'Login Tracer Study - Universitas Cenderawasih') @section('content')
Logo UNCEN

Tracer Study Alumni

Pusat Karir & Tracer Study — Universitas Cenderawasih

@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif @if ($errors->any() && !$errors->has('error'))
{{ $errors->first() }}
@endif
@csrf
Masukkan NIM saat terdaftar sebagai mahasiswa UNCEN.
Format: Tanggal / Bulan / Tahun Kelahiran Anda.
@endsection