@extends('layouts.app') @section('title', 'Edit Bulletin') @section('content')
@method('put') @include('bulletins.form')
{{--
--}}
@endsection