@extends('layouts.app') @section('content')
Total Settings
Public Settings
Categories
| Setting | Value | Type | Public | Actions |
|---|---|---|---|---|
|
{{ $setting->label }}
@if($setting->description)
{{ $setting->description }} @endif |
@if($setting->type === 'image' && $setting->value)
{{ $setting->value }}
|
{{ $setting->type }} | @if($setting->is_public) @else @endif |
Get started by seeding the default brand settings or creating custom ones.
{{ \App\Models\BrandSetting::get('site_tagline', 'Farm Management Excellence') }}