@extends('layouts.app')
@section('title', 'User Admin')
@section('breadcrumb')
@endsection
@section('title-section', 'Edit User Admin')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
- Foto TTD Berformat JPEG / JPG / PNG
- Maksimal berukuran 5MB
@endsection