CakePHP 4 Ubah Tampilan Tata Letak dalam Metode

//chnage the layout in Cakephp 4 with the layout file called ajax.php
$this->viewBuilder()->setLayout('ajax');
Fierce Falcon