@extends('layouts.admin') @section('content') @php $inputText = $isLight ? 'text-gray-900' : 'text-gray-300'; @endphp

APP 管理設定

@csrf @method('PUT')

UI 元素設定

小幫手設定

where('key', 'helper_enabled')->first()->value ?? '0') == '1' ? 'checked' : '' }} class="h-4 w-4 text-indigo-600 focus:ring-indigo-500 border-gray-300 rounded">

問卷與互動遊戲

where('key', 'game_enabled')->first()->value ?? '0') == '1' ? 'checked' : '' }} class="h-4 w-4 text-indigo-600 focus:ring-indigo-500 border-gray-300 rounded">
@endsection