@extends('layouts.app') @section('content')

Modify Notice

Update the content or replace attachments for this notice.

Edit Notice Information
@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
@if($notice->uploads)
Current File View Attachment
Secure
@endif

Upload New File to Replace

Leave empty to keep existing file

@error('uploads')
{{ $message }}
@enderror

Discard Changes
Meta Information
Created At {{ $notice->created_at->format('M d, Y H:i') }}
Last Updated {{ $notice->updated_at->diffForHumans() }}
Record ID #{{ $notice->id }}
Quick Note

Updating a notice will notify all active subscribers instantly via their dashboard. Ensure all links and titles are accurate.

@endsection @section('styles') @endsection