@php
$fieldName = $field;
$existingData = old("{$fieldName}_items", $data ?? []);
if (!is_array($existingData)) {
$existingData = [];
}
@endphp
{{-- Daftar Pohon yang sudah diinput --}}
Belum ada data. Tambahkan dengan form di bawah.
{{-- Form Input Baru --}}
{{-- Hidden inputs untuk submit --}}
@error("{$fieldName}_items")
{{ $message }}
@enderror