@extends('dashboard.layouts.app', ['pageTitle' => $pageTitle]) @section('content')
| {{ trans('app.name') }} | {{ trans('app.status') }} | {{ trans('app.actions') }} | ||
|---|---|---|---|---|
| {{$competencyCategory->name}} | @if ($competencyCategory->is_active === 1) {{ trans('app.active') }} @elseif ($competencyCategory->is_active === 0) {{ trans('app.not_active') }} @endif | {{ trans('app.review') }} | ||
| {{ trans('app.not_found') }} | ||||