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:
$laravel = app(); $version = $laravel::VERSION;