No Header

You can disable the entire header row by passing the hidePageHeader data property to the @extends blade directive.

You will have full control over the content of the page.

@extends('apex::_demo.pageMaster', [
    'hidePageHeader' => true,
])