@extends('admin.layouts.main', array('scripts' => array(Config::get('path.backoffice.js_path') . '/view/generic/backend-generic-order.js')))
@section('content')
{{ ucfirst($contentType->getLabel()) }}
Reordering
@if (!empty($entries))
{{ Form::open(array('id' => 'order_form')) }}
@else
{{ Lang::get('backend.nothing_to_reorder') }}
@endif
@stop