@extends('layout.layout') @section('title', 'Edit Petugas') @section('content')
Edit Data Admin
{!! csrf_field() !!} {{ method_field('PUT') }}
@if ($errors->has('name')) {{ $errors->first('nama') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('no_telp')) {{ $errors->first('no_telp') }} @endif
@if ($errors->has('alamat')) {{ $errors->first('alamat') }} @endif
@if(Auth::user()->id == 1)
@endif
Ganti Password Kembali
@endsection