We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b451e0 commit c5d6d64Copy full SHA for c5d6d64
1 file changed
src/Views/admin/member/index.blade.php
@@ -59,7 +59,7 @@
59
@if ($member->user_tickets_count != 0 || $member->agent_total_tickets_count != 0)
60
<button type="button" class="btn btn-light btn-default" disabled="disabled" title="{{ trans('panichd::admin.member-with-tickets-delete') }}"><strike>{{ trans('panichd::admin.btn-delete') }}</strike></button>
61
62
- @elseif($member->isAgent())
+ @elseif($member->panichd_agent == '1')
63
<button type="button" class="btn btn-light btn-default" disabled="disabled" title="{{ trans('panichd::admin.member-delete-agent') }}"><strike>{{ trans('panichd::admin.btn-delete') }}</strike></button>
64
65
@else
0 commit comments