@extends('layouts.backend') @section('title') @lang('backend.slider_views.page_title') @endsection @section('modals') @include('backend.partials.modals') @endsection @section('content')

@lang('backend.slider_views.page_title')

@include('backend.partials.deleted') @include('backend.partials.success') @foreach($sliderImages as $slider) @endforeach
@lang('backend.tables.order') @lang('backend.tables.image') @lang('backend.tables.actions')
@if($slider->hasImage()) @else @lang('backend.messages.file_not_found') @endif
{!! $sliderImages->links() !!}
@endsection