Skip to content
HydePHP Canary Preview
Toggle dark theme
Open Menu
Close Menu
Home
Blade
Build Information
Markdown Pages
Docs
Blade Pages offer the full power of Laravel
You can even use arbitrary PHP.
<
div
class
=
"
text-center
"
>
@php
echo
"
Hello World!
"
;
echo
"
This PHP was executed at
"
.
date
(
"
Y-m-d H:i:s
"
);
@endphp
</
div
>
Hello World! This PHP was executed at 2024-12-19 20:15:15