<p>API Limit: {{ $globalPreferences['api_limit'] }}</p>
@if ($globalPreferences['app_mode'] === 'maintenance')
<p>The application is currently under maintenance.</p>
@else
<p>The application is live.</p>
@endif
@if ($globalPreferences['feedback_form_enabled'])
<form>
<!-- Feedback form content -->
<button type="submit">Submit Feedback</button>
</form>
@endif
To access shared data in controllers, you can retrieve it directly using the View
facade.