Edit - Side Panel Minimal theme
Edit Form is placed on the side
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table('payments'); $xcrud ->is_edit_side(true); echo $xcrud->render(); ?>