@extends('layout')
@section('title', 'Edit Kategori')
@section('content')
{{-- Error Messages --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- Page Title --}}
Edit Kategori Penelitian
Perbarui informasi kategori penelitian Anda
{{-- Form --}}
@endsection