@extends('employee.layouts.app') @section('title', 'Manajemen Nilai Bobot | Career Development and Consultation (CDC)') @push('styles') @endpush @section('navigation')

Bobot Manajemen Nilai Bobot

@endsection @section('content')
@foreach ($weights as $index => $weight) @endforeach
Nomor Nilai Bobot Pengaturan
{{ $index + 1 }} {{ $weight->weight }}
Perbarui
@csrf @method('delete') Hapus
@endsection @push('scripts') @endpush