@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{{ $variables['judul'] }}

@csrf
id > 0 ? 'readonly' : '' }} required> {{ $data->id > 0 ? 'Kode tidak dapat diubah' : 'Kode unik untuk periode (maks 20 karakter)' }}
Deskripsi opsional untuk periode
is_active ?? true) ? 'checked' : '' }}>
Centang untuk mengaktifkan periode ini
Batal
@endsection