diff --git a/app/View/Page/Layout.php b/app/View/Page/Layout.php index 76ed437f..d136065d 100644 --- a/app/View/Page/Layout.php +++ b/app/View/Page/Layout.php @@ -7,7 +7,7 @@ use Illuminate\View\Component; class Layout extends Component { - public function __construct(public string $pageClass = '') + public function __construct(public string $pageClass = '', public string $title = '') { } @@ -26,7 +26,7 @@ class Layout extends Component return <<<'HTML'