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

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

@can('news-create')
@endcan

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

@csrf
@if (is_category_enabled() == 1)
@if (is_subcategory_enabled() == 1)
@endif @endif
{{ __('avoid_special_characters') }}
0
0
@if (is_location_news_enabled() == 1)
@endif
@can('news-list')

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

@if (is_category_enabled() == 1)
@if (is_subcategory_enabled() == 1)
@endif @endif @if (is_location_news_enabled() == 1)
@endif
@can('news-bulk-delete')
@endcan @if (is_category_enabled() == 1) @endif @if (is_subcategory_enabled() == 1) @endif @if (is_location_news_enabled() == 1) @endif @canany(['news-edit', 'news-delete','news-edit-description','news-clone']) @endcanany
{{ __('id') }} {{ __('language_id') }} {{ __('language') }} {{ __('category_id') }} {{ __('category') }} {{ __('subcategory_id') }} {{ __('subcategory') }}{{ __('image') }} {{ __('title') }} {{ __('slug') }} {{ __('content_type') }} {{ __('status') }} {{ __('published_date') }} {{ __('show_till') }} {{ __('tag_id') }} {{ __('tags') }} {{ __('created_at') }} {{ __('description') }} {{ __('meta_title') }} {{ __('meta_keywords') }} {{ __('meta_description') }} {{ __('is_clone') }} {{ __('location') }} {{ __('location_id') }}{{ __('is_expired') }} {{ __('gallery_image') }} {{ __('views') }} {{ __('likes') }} {{ __('operate') }}
@endcan
@endsection @section('script') @endsection