@extends('layouts.admin_layout') @section('Title') پنل مدیریت | اسلایدر تبلیغاتی ({{$category_info['title']}}) @endsection @section('custom-js') @endsection @section('content')

اسلایدر های تبلیغاتی ( {{$category_info['title']}} )

@csrf

دسته بندی: {{$category_info['title']}}

@error('image') {{$message}} @enderror
@error('link') {{$message}} @enderror
@if($category_info['ad_sliders']->count() > 0)
@php $row = 1; @endphp @foreach($category_info['ad_sliders'] as $slide) @php $row++; @endphp @endforeach
# تصویر لینک عملیات
{{$row}} @if($slide['link'] !== null) مشاهده @else ندارد @endif
@else

اسلایدر تبلیغاتی در دسته بندی {{$category_info['title']}} تعریف نشده است.

@endif
@endsection