Sliders Data Table

@foreach ($sliders as $slider) @endforeach
# Image Link Sort Order Status Actions
{{ $loop->iteration }} {{ $slider->link ?? '-' }} {{ $slider->sort_order }} @if ($slider->is_active) Active @else Inactive @endif
@csrf
{{ $sliders->links() }}