evet loc extends ve section icinde yaptıgımdan dolayı anacontrollerda sonuc olarak tum viewle geliyor ama stackte soyle yapmıslar
//ajax return view
$view=view("...",[]);
if($this->request->ajax())
{
$sections = $view->renderSections();
return $sections['content'];
}
return $view;
bu sekil cozdum ama fazladan yazdıgım her kod canımı sıkıyor