Laravel.io
<?php
while ($expr) {
    // structure body
}
?>

<?php
do {
    // structure body;
} while ($expr);

?>

Please note that all pasted data is publicly available.