->paginate(20)
->setPath(url('/pages/recently-updated'));
$this->setPageTitle(trans('entities.recently_updated_pages'));
return view('common.detailed-listing-paginated', [
->paginate(20)
->setPath(url('/pages/recently-updated'));
$this->setPageTitle(trans('entities.recently_updated_pages'));
return view('common.detailed-listing-paginated', [
- 'title' => trans('entities.recently_updated_pages'),
- 'entities' => $pages,
+ 'title' => trans('entities.recently_updated_pages'),
+ 'entities' => $pages,
+ 'showUpdatedBy' => true,
$this->showErrorNotification(trans('errors.selected_book_chapter_not_found'));
return redirect()->back();
$this->showErrorNotification(trans('errors.selected_book_chapter_not_found'));
return redirect()->back();