<ahref="{{$book->getUrl() . '/chapter/create'}}"class="text-chapter"><iclass="zmdi zmdi-collection-bookmark"></i>Add a chapter</a>
<ahref="{{ $book->getUrl('/chapter/create') }}"class="text-chapter"><iclass="zmdi zmdi-collection-bookmark"></i>Add a chapter</a>
</p>
<hr>
@endif
<pclass="text-muted small">
Created {{$book->created_at->diffForHumans()}} @if($book->createdBy) by <ahref="/user/{{ $book->createdBy->id }}">{{$book->createdBy->name}}</a> @endif
Created {{$book->created_at->diffForHumans()}} @if($book->createdBy) by <ahref="{{ $book->createdBy->getProfileUrl() }}">{{$book->createdBy->name}}</a> @endif
<br>
Last Updated {{$book->updated_at->diffForHumans()}} @if($book->updatedBy) by <ahref="/user/{{ $book->updatedBy->id }}">{{$book->updatedBy->name}}</a> @endif
Last Updated {{$book->updated_at->diffForHumans()}} @if($book->updatedBy) by <ahref="{{ $book->updatedBy->getProfileUrl() }}">{{$book->updatedBy->name}}</a> @endif
<ahref="{{$book->getUrl() . '/sort'}}"class="text-book"><iclass="zmdi zmdi-book"></i>Sort the current book</a>
<ahref="{{ $book->getUrl('/sort') }}"class="text-book"><iclass="zmdi zmdi-book"></i>Sort the current book</a>
@endif
</p>
<hr>
@endif
<pclass="text-muted small">
Created {{$chapter->created_at->diffForHumans()}} @if($chapter->createdBy) by <ahref="/user/{{ $chapter->createdBy->id }}">{{ $chapter->createdBy->name}}</a> @endif
Created {{ $chapter->created_at->diffForHumans() }} @if($chapter->createdBy) by <ahref="{{ $chapter->createdBy->getProfileUrl() }}">{{ $chapter->createdBy->name}}</a> @endif
<br>
Last Updated {{$chapter->updated_at->diffForHumans()}} @if($chapter->updatedBy) by <ahref="/user/{{ $chapter->updatedBy->id }}">{{ $chapter->updatedBy->name}}</a> @endif
Last Updated {{ $chapter->updated_at->diffForHumans() }} @if($chapter->updatedBy) by <ahref="{{ $chapter->updatedBy->getProfileUrl() }}">{{ $chapter->updatedBy->name}}</a> @endif
<td><inputautosuggest="/ajax/tags/suggest/values"autosuggest-type="value"class="outline"ng-attr-name="tags[@{{$index}}][value]"type="text"ng-model="tag.value"ng-change="tagChange(tag)"ng-blur="tagBlur(tag)"placeholder="Tag Value (Optional)"></td>
<td><inputautosuggest="{{ baseUrl('/ajax/tags/suggest/values') }}"autosuggest-type="value"class="outline"ng-attr-name="tags[@{{$index}}][value]"type="text"ng-model="tag.value"ng-change="tagChange(tag)"ng-blur="tagBlur(tag)"placeholder="Tag Value (Optional)"></td>
Created {{$page->created_at->diffForHumans()}} @if($page->createdBy) by <ahref="/user/{{ $page->createdBy->id }}">{{$page->createdBy->name}}</a> @endif
Created {{ $page->created_at->diffForHumans() }} @if($page->createdBy) by <ahref="{{ $page->createdBy->getProfileUrl() }}">{{$page->createdBy->name}}</a> @endif
<br>
Last Updated {{$page->updated_at->diffForHumans()}} @if($page->updatedBy) by <ahref="/user/{{ $page->updatedBy->id }}">{{$page->updatedBy->name}}</a> @endif
Last Updated {{ $page->updated_at->diffForHumans() }} @if($page->updatedBy) by <ahref="{{ $page->updatedBy->getProfileUrl() }}">{{$page->updatedBy->name}}</a> @endif