@extends('layouts.app') @section('content')
Edit Employee

Edit Karyawan

Perbarui data {{ $employee->nama }}.

Kembali
@method("PUT") @csrf

Informasi Karyawan

ID karyawan tidak dapat diubah dari halaman ini.

@if($employee->gambar || $employee->ktp || $employee->qr_code)
@if($employee->gambar) Foto saat ini @endif @if($employee->ktp) KTP saat ini @endif @if($employee->qr_code) QR code @endif
@endif
Batal
@endsection