@extends('layouts.app') @section('style') @endsection @section('wrapper')
{{__('Create New Announcement')}}
@csrf
{{__('Remaining characters')}}: 5000
{{__('Leave empty for no expiration')}}
{{__('Help & Tips')}}
{{__('Announcement Types')}}
  • {{__('General')}}: {{__('Visible to all users')}}
  • {{__('User Specific')}}: {{__('Visible only to selected users')}}
{{__('Priority Levels')}}
  • {{__('Low')}} - {{__('Regular information')}}
  • {{__('Medium')}} - {{__('Important updates')}}
  • {{__('High')}} - {{__('Critical information')}}
  • {{__('Urgent')}} - {{__('Immediate attention required')}}
@endsection @section('script') @endsection