@extends('layouts.app') @section('title', 'Kelompok kompetensi — ' . config('app.name')) @section('content')
← Master data

Kelompok kompetensi

@if (auth()->user()->role === 'admin') Tambah @endif
@if (auth()->user()->role === 'admin') @endif @foreach ($items as $row) @if (auth()->user()->role === 'admin') @endif @endforeach
Kode NamaAksi
{{ $row->kode }} {{ $row->nama }} Ubah
@csrf @method('DELETE')
{{ $items->links() }}
@endsection