Pengaturan SHST

Data standar harga satuan tahunan

@if (session()->has('message'))
{{ session('message') }}
@endif
Data SHST
@if(Auth::check() && Auth::user()->role_id == 1) @endif
@if(Auth::check() && Auth::user()->role_id == 1 && $isAdding)
@error('tahun') {{ $message }} @enderror
@error('nilai') {{ $message }} @enderror
@endif
@foreach ($shst as $index => $item) @endforeach
No Tahun Nilai Aksi
{{ $index + 1 }} @if($editId === $item->id) @else {{ $item->tahun }} @endif @if($editId === $item->id) @else {{ $item->nilai }} @endif @if(Auth::check() && Auth::user()->role_id == 1) @if($editId === $item->id) @else @endif @endif
@push('scripts') @endpush