@extends('layouts.app') @section('title', 'Dropdown Configuration') @section('page-title', 'Dropdown Configuration') @section('content')
Configure all CRM dropdown menus and values
| Label | Value (slug) | Badge Color | Status | System | Actions |
|---|---|---|---|---|---|
| {{ $opt->label }} | {{ $opt->value }} | @if($opt->is_active) Active @else Hidden @endif | @if($opt->is_system) @else — @endif |
@if(!$opt->is_system)
@endif
|
No options defined yet.