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:
global $app; echo $app::VERSION;