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 2025-05-17 21:30:05