kusowl c087126080 feature(admin-panel): manage broker section
- admin can edit, approve or reject broker registration
- admin can edit, delete or impersonate as broker
2026-01-28 13:44:05 +05:30

9 lines
203 B
PHP

<tr class=" border-t border-t-gray-200 ">
{{$slot}}
@if(($actions ?? '') !== '')
<td class="border-l border-l-gray-200 w-8">
{{$actions ?? ''}}
</td>
@endif
</tr>