@extends('admin/layouts/default')
{{-- Page title --}}
@section('title')
Sortable List
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
- List1
- List2
- List3
- List4
- List5
- List6
- List7
- List8
only pull (clone) no reordering
- ☰List Item 1
- ☰List Item2
- ☰List Item 3
@stop
{{-- page level scripts --}}
@section('footer_scripts')
@stop