@extends('layouts.main') @section('title', 'App Notification') @section('content') @push('head') @endpush
@include('include.message')
@can('create-app-notification') @endcan
@csrf
{!! Form::select('delete_status', $deleteStatusList, null,[ 'class'=>'form-control', 'placeholder' => 'Select Delete Status']) !!}
{!! Form::select('element_status', $elementStatusList, null,[ 'class'=>'form-control', 'placeholder' => 'Select Element Status']) !!}
{{ __('Id')}} {{ __('Title')}} {{ __('Message')}} {{ __('Image')}} {{ __('Customer Last Active')}} {{ __('Geo Type & Selected Options')}} {{ __('Repeation')}} {{ __('Start Date')}} {{ __('Status')}} {{ __('Action')}}
@canany(['bulk-delete-app-notification', 'bulk-restore-app-notification'])
@endcan
@push('script') @endpush @endsection