@extends('layouts.main') @section('title') {{ __('send_notification') }} @endsection @section('content') {{ __('create_and_manage') . ' ' . __('notification') }} {{ __('dashboard') }} {{ __('send_notification') }} @can('notification-create') {{ __('create') . ' ' . __('notification') }} @endcan {{ __('create') . ' ' . __('notification') }} @csrf {{ __('language') }} @if (count($languageList) > 2) {{ __('select') . ' ' . __('language') }} @endif @foreach ($languageList as $row) {{ $row->language }} @endforeach {{ __('type') }} {{ __('default') }} {{ __('category') }} @if (is_location_news_enabled() == 1) {{ __('location') }} {{ __('select') . ' ' . __('location') }} @foreach ($locationList as $row) {{ $row->location_name }} @endforeach @endif {{ __('category') }} {{ __('select') . ' ' . __('category') }} @foreach ($categoryList as $row) {{ $row->category_name }} @endforeach {{ __('subcategory') }} {{ __('select') . ' ' . __('subcategory') }} {{ __('news') }} {{ __('select') . ' ' . __('news') }} {{ __('title') }} {{ __('message') }} {{ __('image') }} @can('notification-list') {{ __('notification') . ' ' . __('list') }} {{ __('id') }} {{ __('language_id') }} {{ __('language') }} {{ __('category') }} {{ __('subcategory') }} {{ __('news') }} {{ __('title') }} {{ __('message') }} {{ __('image') }} {{ __('created_at') }} @canany(['notification-delete']) {{ __('operate') }} @endcanany @endcan @endsection @section('script') @endsection