@extends('admin.layout.app') @section('content')

Edit Data Pengguna

Formulir Edit Pengguna

@csrf
@if($errors->has('id_bidang')) {{$errors->first('id_bidang')}} @endif
@if($errors->has('id_akses')) {{$errors->first('id_akses')}} @endif
@if($errors->has('nama')) {{$errors->first('nama')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('no_hp')) {{$errors->first('no_hp')}} @endif
@if($errors->has('password')) {{$errors->first('password')}} @endif
@if($errors->has('foto')) {{$errors->first('foto')}} @endif
@endsection