How do display iframe inside laravel blade

Solution:

It should be the URL of the route not the view path:

//parent.blade.php

<iframe src="{{url('parent/child')}}">Your browser isn't compatible</iframe>