$this->showChildRows();
Example:
$this->showChildRows(function ($model, $view){ return view('history', compact('model')); });