<section id="blade-page-methods">

<!-- Start generated docs for Hyde\Pages\BladePage -->
<!-- Generated by HydePHP DocGen script at 2023-03-10 20:46:42 in 0.31ms -->

#### `__construct()`

No description provided.

```php
/** @param string $identifier The identifier, which also serves as the view key. */
$page = new BladePage(string $identifier, Hyde\Markdown\Models\FrontMatter|array $matter): void
```

#### `getBladeView()`

Get the Blade template/view key for the page.

```php
$page->getBladeView(): string
```

#### `compile()`

Compile the page into static HTML.

```php
$page->compile(): string // The compiled HTML for the page.
```

<!-- End generated docs for Hyde\Pages\BladePage -->

</section>
