{{__('Create Announcement')}}
{{__('Announcements you create here will be sent to the "Product Announcements" section of the notifications modal window, informing your users about new features and improvements to your application.')}}
@{{ createForm.errors.get('body') }}
@{{ createForm.errors.get('action_text') }}
@{{ createForm.errors.get('action_url') }}
{{__('Recent Announcements')}}
{{__('Date')}} {{__('Announcement')}}  
{{__('Creator Photo')}}
@{{ announcement.created_at | datetime }}
@{{ _.truncate(announcement.body, {length: 45}) }}