@php $options = @get_all_opts(); @endphp
Global Settings @csrf
@foreach ($options as $key => $value)
{{ ucfirst(str_replace('_', ' ', $key)) }} @if ($value === 'enabled' || $value === 'disabled') @else @endif
@endforeach
Save Settings