@extends('backend.layouts.app') @section('title') Add New Announcement @endsection @push('style') @endpush @section('content')
Add New Announcement
@csrf
@error('announcement') {{ $message }} @enderror
@endsection @push('script') @endpush