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

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

@can('featured-section-create')
@endcan

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

@csrf
{{ __('avoid_special_characters') }}
@if (is_category_enabled() == 1)
@endif
0
0
@can('featured-section-list')

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

@canany(['featured-section-edit', 'featured-section-delete']) @endcanany
{{ __('id') }} {{ __('language') }} {{ __('title') }} {{ __('slug') }} {{ __('news_type') }} {{ __('video_type') }} {{ __('type_of_filter') }} {{ __('app_style') }} {{ __('web_style') }} {{ __('status') }} {{ __('short_description') }} {{ __('schema_markup') }} {{ __('meta_keywords') }} {{ __('og_image') }} {{ __('meta_title') }} {{ __('meta_description') }} {{ __('row_order') }} {{ __('created_at') }} {{ __('operate') }}
@endcan @can('featured-section-order-create')

{{ __('featured_section') . ' ' . __('order') }}

@csrf
    @foreach ($featuredList as $row)
  1. {{ $row->title }}
  2. @endforeach
@endcan
@endsection @section('script') @endsection