@extends('layouts.app', ['title' => 'Create Notice']) @section('content')

Create Notice

{{-- Success flash --}} @if(session('status'))
{{ session('status') }}
@endif {{-- Validation errors --}} @if ($errors->any())
Fix the following:
@endif
@csrf
0 / 2000
{{-- Optional: publish to all users info --}}
Publishing will send this notice to all users as Unread. They’ll see it under the bell icon.
{{-- Cancel --}}
@endsection @push('scripts') @endpush