@extends('layouts.main') @section('title') {{ __('send_notification') }} @endsection @section('content')

{{ __('create_and_manage') . ' ' . __('notification') }}

@can('notification-create')
@endcan

{{ __('create') . ' ' . __('notification') }}

@csrf
@if (is_location_news_enabled() == 1)
@endif
@can('notification-list')

{{ __('notification') . ' ' . __('list') }}

@canany(['notification-delete']) @endcanany
{{ __('id') }} {{ __('language_id') }} {{ __('language') }} {{ __('category') }} {{ __('subcategory') }} {{ __('news') }} {{ __('title') }} {{ __('message') }} {{ __('image') }} {{ __('created_at') }} {{ __('operate') }}
@endcan
@endsection @section('script') @endsection