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

BulletinsDetails

@endsection @section('breadcrumb-items') @endsection @section('content')
Bulletin Information
ID {{ $bulletin->id }}
User Option {{ $bulletin->user_option }}
Title {{ $bulletin->bulletin_title }}
Description {{ $bulletin->bulletin_description }}
Image {{ $bulletin->image }}
{{--
Product Catalog Information
--}}
@endsection @section('script') @endsection