@extends('admin.layouts.master') @section('title','Create a new announcement') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Announcement') }} @endslot @slot('menu1') {{ __('Announcement') }} @endslot @endcomponent
@if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Announcement') }}
{{ csrf_field() }}



@endsection