Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

@if (data_get($setUp, 'header.showMessageSoftDeletes') && ($softDeletes === 'withT..

Decoded Output download

<?  @if (data_get($setUp, 'header.showMessageSoftDeletes') &&
        ($softDeletes === 'withTrashed' || $softDeletes === 'onlyTrashed'))
    <div
        class="alert alert-warning my-1"
        role="alert"
    >
        @if ($softDeletes === 'withTrashed')
            @lang('livewire-powergrid::datatable.soft_deletes.message_with_trashed')
        @else
            @lang('livewire-powergrid::datatable.soft_deletes.message_only_trashed')
        @endif
    </div>
@endif
 ?>

Did this file decode correctly?

Original Code

@if (data_get($setUp, 'header.showMessageSoftDeletes') &&
        ($softDeletes === 'withTrashed' || $softDeletes === 'onlyTrashed'))
    <div
        class="alert alert-warning my-1"
        role="alert"
    >
        @if ($softDeletes === 'withTrashed')
            @lang('livewire-powergrid::datatable.soft_deletes.message_with_trashed')
        @else
            @lang('livewire-powergrid::datatable.soft_deletes.message_only_trashed')
        @endif
    </div>
@endif

Function Calls

None

Variables

None

Stats

MD5 a7050efe52bdbc1a47c6dc7ace874e3c
Eval Count 0
Decode Time 103 ms