@extends('layouts.admin') @section('page_title', 'Edit Announcement') @section('content')
arrow_back

Edit Announcement

Update the message details and visibility.

@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
@error('content')
{{ $message }}
@enderror
calendar_today

Leave empty if message should remain indefinitely.

Make this visible to all employees right away.
is_active ? 'checked' : '' }} style="width: 2.5em; height: 1.25em; cursor: pointer;">
Cancel
@endsection @push('styles') @endpush