@extends('layouts.master') @section('contain') {{-- title --}}
@if (isset($announcement))

Update Announcment

@else

Invite Users

@endif
{{-- end title --}}
@if (isset($announcement))
@csrf @else @csrf @endif
@endsection