Class 'App\Http\Controllers\View' not found

PHP
use Illuminate\Support\Facades\View;

return \View::make('tickets.bus.index');

Source

Also in PHP: