@extends('layouts.template') @section('title') Edit Master Pegawai | SIMRS @endsection @section('pagetitle') Edit Master Pegawai @endsection @section('breadcumb') @endsection @section('content')
@csrf @method('PUT')

Form Edit Pegawai


@error('karyawan_nama')
{{ $message }}
@enderror
{{-- 5 Karakter (Ex: AA001, BB001, AB001) --}}
@error('karyawan_jenkel')
{{ $message }}
@enderror
Cancel
@endsection