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

Edit Announcements

@csrf
@endsection