@extends('components.app-layout') @section('title', 'Create Announcement') @section('subtitle', 'Create a new church announcement') @section('content')

Create Announcement

Share important news and updates with your congregation

@csrf

Basic Information

Essential details about the announcement

@error('title')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror
@error('priority')

{{ $message }}

@enderror
@error('publish_date')

{{ $message }}

@enderror
@error('expire_date')

{{ $message }}

@enderror
@error('content')

{{ $message }}

@enderror

Target Audience

Who should receive this announcement

Media & Attachments

Add images and files to your announcement

JPG, PNG, GIF up to 2MB

@error('image')

{{ $message }}

@enderror

PDF, DOC, DOCX up to 10MB

@error('attachment')

{{ $message }}

@enderror

Distribution Settings

How should this announcement be distributed

Additional Notes

Internal notes for this announcement

@error('notes')

{{ $message }}

@enderror
Back to List
@endsection