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-03-09 19:21:38