@extends("layouts.app", ["title" => "Setting Details"]) @section("content_body") @include("shared.partials.page-title", ["subtitle" => "Administration", "title" => "Setting Details"])

Setting Details: {{ $setting->key }}

ID {{ $setting->id }}
Key {{ $setting->key }}
Value
{{ $setting->value ?? 'N/A' }}
Group {{ $setting->group }}
Type {{ $setting->type }}
@endsection