How to do the inner layout or view

I wanna to know its possible Yii2 to create another view content inside the main layout? Please see my attachment. Thank you

Yes, you can render a view pretty much anywhere (Documentation about views here).

It can be inside a template, it can be inside another view, it can be inside a view that is in another view, it can be in a widget etc.

Take a look at the basic template. It’s probably the easiest way to get started.