@extends('layout.main') @section('title', 'Daftar Kategori Pekerjaan') @section('prev-page') Home @endsection @section('content')
@php $panel_collapse = !empty($input->key) ? '' : 'panel-collapsed'; @endphp| Nama | Level | Status | |
|---|---|---|---|
| {{ $res->name }} | @if (!empty($res->levels)) @foreach ($res->levels as $index => $level) {{ $level->name }} @endforeach @else - @endif | {{ $res->status->name }} | @if (session('user')->level->id > 1) @endif |
| Belum ada data kategori pekerjaan. | |||