- admin can edit, approve or reject broker registration - admin can edit, delete or impersonate as broker
9 lines
203 B
PHP
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>
|