@extends('layouts.admin')
@section('content')
Admin Module Manage site settings records from the database.Site Settings
| Group | Key | Value Type | Status | Sort Order | Actions |
|---|---|---|---|---|---|
| {{ str($record->group ?? '-')->limit(80) }} | {{ str($record->key ?? '-')->limit(80) }} | {{ str($record->value_type ?? '-')->limit(80) }} | @php $statusEn = str($record->status ?? '-')->replace('_', ' ')->title()->toString(); $statusAs = $selectOptionLabelsAs[$record->status ?? ''] ?? $statusEn; @endphp {{ $statusEn }} | {{ str($record->sort_order ?? '-')->limit(80) }} | |
| No site settings found. | |||||