@extends('admin.layouts.main', array('scripts' => array(path_asset('path.backoffice.js_path') . '/view/backend-generic-order.js'))) @section('content')

{{ ucfirst($contentType->getLabel()) }}

Reordering

@if (!empty($entries))
@csrf
@else
@lang('backend.nothing_to_reorder')
@endif
@stop