I don\'t want to check my Laravel version in the command prompt (php artisan --version), but in the view itself.
php artisan --version
Like this:
Another way that works throughout your app - Blade templates or otherwise - is to use:
app()->version()