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

Bulletins List

@endsection @section('breadcrumb-items') @endsection @section('content')
{{--
Best Selling Product
--}} Create Bulletins Restore Bulletins   Refresh
Export Import
@foreach ($bulletin as $bulletin) @endforeach
Id User Option Title Description Image Action
{{ $bulletin->id }} {{ $bulletin->user_option }} {{ $bulletin->bulletin_title }} {{ $bulletin->bulletin_description }} {{ $bulletin->image }} Show | Edit | Delete
Id User Option Title Description Image Action
@endsection @section('script') @endsection