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

UpdateBulletins

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
@if (!empty($bulletin->user_type))
@endif
@endsection @section('script') @endsection