@extends('admin/layout')
@section('title')
{{ labels('admin_labels.categories_sliders', 'Categories Sliders') }}
@endsection
@section('content')
@php
use App\Models\Category;
use App\Services\TranslationService;
use App\Services\MediaService;
@endphp