@extends('oxygen::layouts.master-dashboard') @section('breadcrumbs') {{ lotus()->breadcrumbs([ ['Dashboard', route('dashboard')], [$pageTitle, null, true] ]) }} @stop @section('pageMainActions') @include('oxygen::dashboard.partials.searchField') Add New Setting Add New Setting Group @stop @section('content') @include('oxygen::dashboard.partials.table-allItems', [ 'tableHeader' => [ 'Key', 'Value', 'Data Type', 'Description', 'Group', 'Actions' ] ]) @foreach ($allItems as $item)