@extends('admin.layouts.admin') @section('title') index slider @endsection @section('style') @endsection @section('content')
لیست اسلایدر ها ({{ $sliders->total() }})
ایجاد اسلایدر
{{-- --}} @foreach ($sliders as $key => $slider) {{-- --}} @endforeach
# تصویرthumbnailعنوان متن لینک دکمه عملیات
{{ $sliders->firstItem() + $key }} --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ $slider->title }} {{ $slider->text }} {{ $slider->button_link }}
@csrf @method('DELETE')
{{ $sliders->render() }}
@endsection