@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content') {{ $variables['judul'] }} @csrf Nama Hari Libur * Tanggal * Tipe * Pilih Tipe @foreach($variables['types'] as $value => $label) type ?? '') == $value ? 'selected' : '' }}> {{ $label }} @endforeach Tipe Pengulangan * @foreach($variables['recurring_types'] as $value => $label) recurring_type ?? 'None') == $value ? 'selected' : '' }}> {{ $label }} @endforeach Pilih jika hari libur ini berulang setiap tahun atau bulan Deskripsi {{ old('description', $data->description ?? '') }} Deskripsi opsional tentang hari libur is_recurring ?? false) ? 'checked' : '' }}> Hari Libur Berulang Centang jika hari libur ini berulang setiap tahun/bulan is_active ?? true) ? 'checked' : '' }}> Aktif Centang untuk mengaktifkan hari libur ini {{ $data->id ? 'Perbarui' : 'Buat' }} Hari Libur Batal @endsection