Your view should be a dot-separated string which maps to the path to the view under the resources/views directory, assuming you have the included view in resources/views/org/index.blade.php
Be aware that you don't include the views dir in your path (like @tykus pointed out). I assume you meant to write. Also be careful with case. If you are working on windows now, it might work but linux will break. I suggest all lowercase for views.