@extends('layouts.app') @section('title','Edit Guru') @section('content')
{{-- Header --}}

Edit Data Guru

Perbarui informasi data guru.

Kembali
@csrf @method('PUT')
Form Edit Guru
{{-- NIP --}}
@error('nip')
{{ $message }}
@enderror
{{-- Nama --}}
@error('nama')
{{ $message }}
@enderror
{{-- Email --}}
{{-- Password --}}
{{-- Jenis Kelamin --}}
{{-- Status --}}
{{-- Tarif --}}
Rp
{{-- Tanggal Masuk --}}
@endsection