@extends('backEnd.master') @section('mainContent')
@include('backEnd.partials._deleteModalForAjax',['item_name' => __('common.category')])
@csrf
@include('supportticket::category.components.create')

{{ __('common.category_list') }}

@include('supportticket::category.components.list')
@endsection @include('supportticket::category.components.scripts')