@extends('layouts.main') @section('judul')

Kategori Prestasi

@endsection @section('breadchums') @endsection @section('isi')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $isEdit ? 'Edit Kategori Prestasi' : 'Tambah Kategori Prestasi' }}
@csrf @if ($isEdit) @method('PUT') @endif
is_active : true))>
Kembali
@endsection @push('js-page') @endpush