@extends('welcome') @section('title','Coworking Announcements') @section('content-header','Add Announcements') @section('content-breadcrumb') @endsection @section('content')
@include('dashboard.messages')

Post Announcements

@csrf
@endsection