@extends('layouts.admin') @section('title', 'Create Bulletin') @section('content')

Create Bulletin

@include('admin.bulletins.form')
@endsection