Skip to content

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-10-19 09:54:31