@extends('backend.layouts.app') @section('head') @endsection @section('content') @php @endphp

{{translate('All Categories')}}

@can('add_product_category') @endcan
{!! \App\Services\SelectService::select_featured('featured',translate('featured')) !!}
{!! \App\Services\ButtonService::apply_filter_button() !!}
@if(get_setting('category_wise_commission') == 1) @endif @if(get_setting('category_wholesale_wise_commission') == 1) @endif
# {{translate('Name')}} {{translate('Parent')}} {{translate('Order Level') }} {{translate('Level')}} {{translate('Banner')}} {{translate('Icon')}} {{translate('Featured')}}{{translate('Commission Rate')}}{{translate('Commission Wholesale Rate')}}{{translate('actions')}}
@endsection @section('modal') @include('public_files.modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script_featured !!} @endsection