@extends('layouts.tenant.master') @section('title', 'Bulletins Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Create Bulletins

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
@endsection @section('script') {{-- --}} @if (session('success')) @elseif(session('error')) @endif @endsection