{{ __('Admin · Marketing · Announcements · New') }}

{{ __('New') }} {{ __('announcement') }}

{{ __('Active announcements scroll across the top of every authenticated page as a marquee bar. Multiple active rows chain together with separators.') }}

@if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif @include('admin.announcements._form')