//Including Sub-Views @include('view.name') //Including Sub-Views with pass an array of data to view @include('view.name', ['some' => 'data'])