@extends('layouts.horizontal-developer') @section('content')

Edit Pengguna

@csrf

Edit Pengguna

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection