@extends('layouts.back-end.app') @section('title', translate('Priority_Setup').' - '.translate('Blog')) @push('css_or_js') @endpush @section('content')

{{ translate('Blog') }}

@include('blog::admin-views.blog.partials._blog-tab-menu')

{{ translate('categories') }}

{{ translate('this_blog_category_lists_groups_similar_blogs_you_can_view_categories_in_the_following_order_latest_alphabetical_or_most_clicked')}}

@csrf
{{ translate('use_default_sorting_list') }}
{{translate('currently_sorting_this_section_based_on_latest_add')}}
{{ translate('use_custom_sorting_list') }}
{{ translate('you_can_sorting_this_section_by_others_way') }}

{{ translate('blog_list') }}

{{ translate('in_the_all_blogs_section_or_a_specific_blog_category_can_view_the_blogs_in_the_following_order_latest_alphabetical_or_popularity') }} ({{ translate('most_clicked') }})

@csrf
{{ translate('use_default_sorting_list') }}
{{translate('currently_sorting_this_section_based_on_first_created')}}
{{ translate('blog_sorting_list') }}
{{ translate('you_can_sorting_this_section_by_others_way') }}
@endsection @push('script') @endpush