JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "line.php"

Full Path: /var/www/laravel_filter/vendor/laravel/framework/src/Illuminate/Console/resources/views/components/line.php
File size: 304 bytes
MIME-type: text/plain
Charset: utf-8

<div class="mx-2 mb-1 mt-<?php echo $marginTop ?>">
    <span class="px-1 bg-<?php echo $bgColor ?> text-<?php echo $fgColor ?> uppercase"><?php echo $title ?></span>
    <span class="<?php if ($title) {
        echo 'ml-1';
    } ?>">
        <?php echo htmlspecialchars($content) ?>
    </span>
</div>