@extends('base') @section('content')

Move Page {{$page->name}}

{!! csrf_field() !!} @include('partials/entity-selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book,chapter']) Cancel
@stop