Class 'App\Http\Controllers\Organization\Controller' not found code example
Example: Class 'App\Http\Controllers\View' not found
use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');
use Illuminate\Support\Facades\View;
return \View::make('tickets.bus.index');