@extends('adminlte::page') @section('title', 'Import Data Guru') @section('content_header')

Import Data Guru

@stop @section('content')
@csrf
@error('file') {{ $message }} @enderror
Petunjuk Import
Pastikan file excel memiliki header kolom sebagai berikut:
  • nama
  • nip
  • jabatan
  • jenis_kelamin (L/P)
  • tempat_lahir
  • tanggal_lahir (YYYY-MM-DD)
Kembali
@stop