@extends('dashboard::layouts.layout') @push('css') @endpush @push('js') @endpush @push('header')
Default
@endpush @section('content')

Sliders

@foreach ($sliders as $slider) @endforeach
# title status sortable creator Url
{{$slider->id }} {{$slider->title}}
@csrf
{{$slider->sortable}} {{$slider->user->name}} {{$slider->linkable ? ' linkable ': 'not linkable'}}
{{$sliders->withQueryString()->links()}}
@stop