Open command palette and type Install Package then type Laravel OpenFile and hit Enter or Return. Package Control will automatically download, install.
There are return view codes in Laravel Controller files, just highlight blade name and path, then hit commands to open Blade File easily
Open Preferences > Key Bindings-User
and add { "keys": ["ctrl+alt+y"], "command": "laravel_open_file" }
or any other key instead of ctrl+alt+y depends on your OS
highlight blade name and path return view('bladepath.bladename')
then press command the you define in configuration
remember only highlight and select bladepath.bladename