@extends('layouts.admin_layout') @section('Title') پنل مدیریت | اسلایدر تبلیغاتی (صفحه اصلی) @endsection @section('custom-js') @endsection @section('content')

اسلایدر های تبلیغاتی ( صفحه اصلی )

@csrf

دسته بندی: صفحه اصلی

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

اسلایدر تبلیغاتی برای صفحه اصلی تعریف نشده است.

@endif
@endsection