You can use
$this->crud->with();
or
$this->crud->with([‘website’, ‘site_page’]);
It will get all the duplicate data in the relationships.
Let me know if this helped
You can use
$this->crud->with();
or
$this->crud->with([‘website’, ‘site_page’]);
It will get all the duplicate data in the relationships.
Let me know if this helped