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

Sorting Pages & ChaptersFor {{ $book->name }}

@include('books/sort-box', ['book' => $book])

Show Other Books

@foreach($books as $otherBook) @if($otherBook->id !== $book->id) @endif @endforeach
{!! csrf_field() !!}
Cancel
@stop