Input Target IKU Tahunan

@csrf
@error('tahun') {{ $message }} @enderror
@foreach ($sasarans as $sasaran) @php $rowCount = 0; @endphp @foreach ($sasaran->indikatorPn->sortBy('urutan') as $indikator) @if ($loop->first) @endif @endforeach @endforeach
No Sasaran strategis Indikator Kinerja Target
{{ $loop->parent->iteration }} {{ $sasaran->sasaran }}{{ ++$rowCount }} {{ $indikator->nama }} @php $detailRenja = $indikator->detailRenja->where('renja_id', $idRenja)->first(); @endphp @if ($detailRenja->nilai_target != null) {{ $detailRenja->nilai_target }} @else @endif
@if ($this->hasNullTarget()) @endif
@include('livewire.modal-view-target1')
@push('scripts') @endpush