@extends('layouts.app') @section('content')

{{ __('Edit Announcement') }}

@csrf @method('PUT')
{{ __('Cancel') }}
@endsection