@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{ lang('Announcement Settings') }}

@csrf
({{ lang('If you enable this "All Users" setting feature, the "Announcement" will appear to both the users, i.e., for login users as well as non login users on the "Application.', 'setting') }})
({{ lang('If you enable this "Only Login Users" setting feature, the "Announcement" will appear only for the Login users on the "Application."', 'setting') }})
({{ lang('If you enable this "Non Login Users" setting feature, the "Announcement" will appear for the non login users on the "Application."', 'setting') }})

{{ lang('Announcements', 'menu') }}

@can('Announcements Create') {{-- {{lang('Add New Announcement')}} --}} {{ lang('Add New Announcement') }} @endcan
@can('Announcements Delete') @endcan @can('Announcements Delete') @endcan @cannot('Announcements Delete') @endcannot

loading.. Please Wait

{{ lang('Sl.No') }} {{ lang('Title') }} {{ lang('Start Date') }} {{ lang('End Date') }} {{ lang('Selected Day') }} {{ lang('Status') }} {{ lang('Actions') }}
@endsection @section('modal') @include('admin.announcement.model') @endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @vite(['resources/assets/js/support/support-articles.js']) @include('includes.admin.datatable') @endsection