@extends('backend.layouts.app') @section('title', $title) @section('content') Back to categories
{{ $title }}
@csrf
Images of {{$category->name}}
@foreach($category->getMedia(\Helper::CATEGORY_SLIDER_COLLECTION) as $media) @endforeach
# Action
Category Slider image
@endsection @section('script') @endsection