@php $filters = ['Light', 'Dark']; @endphp @extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Announcements')) @push('css') @endpush @section('content')
@if (setting('notification_active', 0) == 1)
@csrf @if ($app_is_demo) {{ __('Save') }} @else {{ __('Save') }} @endif @endif
@csrf

@lang('This announcement will be displayed on the dashboard for all users.')

@lang(setting('announcement_title', 'Welcome to MagicAI!'))

@lang(setting('announcement_description', 'We are excited to have you here. Explore the marketplace to find the best AI models for your needs.'))

{{ setting('announcement_button_text', 'Try it Now') }} @lang('Dismiss')
@if (setting('announcement_image_dark')) @endif @lang(setting('announcement_title', 'Welcome to MagicAI!'))
{!! setting('announcement_description', 'We are excited to have you here. Explore the marketplace to find the best AI models for your needs.') !!}
    @foreach ($filters as $filter)
  • @endforeach
@if (setting('announcement_background_image')) @endif
@if (setting('announcement_background_image_dark')) @endif
@if ($app_is_demo) {{ __('Save') }} {{ __('Reset All Data') }} {{ __('Re-Notify All Users') }} @else {{ __('Save') }} {{ __('Reset All Data') }} {{ __('Re-Notify All Users') }} @endif
@endsection @push('script') @endpush