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

Upload

Recommended Size: 180 x 180 pixels

{{ labels('admin_labels.manage_sliders', 'Manage Sliders') }}

Search
{{ labels('admin_labels.id', 'ID') }} {{ labels('admin_labels.title', 'Title') }} {{ labels('admin_labels.categories', 'Categories') }} {{ labels('admin_labels.status', 'Status') }} {{ labels('admin_labels.action', 'Action') }}
@endsection