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:
One More way. Just go to the root directory of the project. Hit below commands
php artisan tinker App::VERSION()
Tinker is amazing.