@extends('layouts.app') @section('title', 'Kelompok kompetensi — ' . config('app.name')) @section('content')
| Kode | Nama | @if (auth()->user()->role === 'admin')Aksi | @endif
|---|---|---|
| {{ $row->kode }} | {{ $row->nama }} | @if (auth()->user()->role === 'admin')Ubah | @endif