addHours(1), function () use ($id) { return Page::where('id', '=', $id) ->with('section.pages.section', 'section.mainSection') ->firstOrFail(); }); } }