@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {{ $variables['judul'] }} @csrf Kode * id > 0 ? 'readonly' : '' }} required> {{ $data->id > 0 ? 'Kode tidak dapat diubah' : 'Kode unik untuk periode (maks 20 karakter)' }} Nama * Deskripsi {{ old('description', $data->description ?? '') }} Deskripsi opsional untuk periode is_active ?? true) ? 'checked' : '' }}> Aktif Centang untuk mengaktifkan periode ini {{ $data->id ? 'Perbarui' : 'Buat' }} Periode Batal @endsection