@if (isset($support_ticket))
@if (Str::is("admin.*", Route::currentRouteName())) status == 1 ? 'disabled':'' }} class="solve-checkbox" id="action" @if ($support_ticket->status == support_ticket_const()::SOLVED) @checked(true) @endif> @else {{ __($support_ticket->stringStatus->value) }} @endif
{{ __("Support Details") }}
@if ($support_ticket->status != support_ticket_const()::SOLVED) @push('script') @endpush @endif @endif