groundhogg/admin/{slug}/before
This hook used to add content to display on the admin page of the specific page at the top of the page. This hook accepts the slug of the page for unique identification.
do_action("groundhogg/admin/{$this->get_slug()}/before");