@extends('backpack::layout') @section('header')

{{ $crud->entity_name_plural }} {{ trans('backpack::crud.reorder').' '.$crud->entity_name_plural }}.

@endsection @section('content')
@if ($crud->hasAccess('list')) {{ trans('backpack::crud.back_to_all') }} {{ $crud->entity_name_plural }}

@endif

{{ trans('backpack::crud.reorder').' '.$crud->entity_name_plural }}

{{ trans('backpack::crud.reorder_text') }}