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

BulletinsList

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (session('success')) @endif {{--
Best Selling Product
--}} Bulletins Order Bulletins List   Refresh
@forelse ($bulletin as $bulletin) @empty @endforelse
Order ID Select User Send Option Title Description Image Actions
{{ $bulletin->id }} {{ $bulletin->user_option }} {{ $bulletin->bulletin_title }} {{ $bulletin->bulletin_description }} {{ $bulletin->image }} Restore
--- No Data Found ---
Order ID Title Description Select User Send Option Actions
@endsection @section('script') {{-- sweet alert start --}} {{-- @if (session('success')) @endif @if (session('error')) @endif --}} {{-- sweet alert end --}} @endsection {{-- sweet alert link start --}} {{-- --}} {{-- sweet alert link end --}}