Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div> @includeIf(data_get($setUp, 'header.includeViewOnTop')) <div class="mb-3 md:..
Decoded Output download
<? <div>
@includeIf(data_get($setUp, 'header.includeViewOnTop'))
<div class="mb-3 md:flex md:flex-row w-full justify-between items-center">
<div class="md:flex md:flex-row w-full">
<div>
@include(powerGridThemeRoot() . '.header.actions')
</div>
<div class="flex flex-row items-center text-sm flex-wrap">
@if (data_get($setUp, 'exportable'))
<div
class="mr-2 mt-2 sm:mt-0"
id="pg-header-export"
>
@include(powerGridThemeRoot() . '.header.export')
</div>
@endif
@includeIf(powerGridThemeRoot() . '.header.toggle-columns')
@includeIf(powerGridThemeRoot() . '.header.soft-deletes')
@if (config('livewire-powergrid.filter') == 'outside' && count($this->filters()) > 0)
@includeIf(powerGridThemeRoot() . '.header.filters')
@endif
</div>
@includeWhen(boolval(data_get($setUp, 'header.wireLoading')),
powerGridThemeRoot() . '.header.loading')
</div>
@include(powerGridThemeRoot() . '.header.search')
</div>
@includeIf(powerGridThemeRoot() . '.header.enabled-filters')
@include(powerGridThemeRoot() . '.header.batch-exporting')
@include(powerGridThemeRoot() . '.header.multi-sort')
@includeIf(data_get($setUp, 'header.includeViewOnBottom'))
@includeIf(powerGridThemeRoot() . '.header.message-soft-deletes')
</div>
?>
Did this file decode correctly?
Original Code
<div>
@includeIf(data_get($setUp, 'header.includeViewOnTop'))
<div class="mb-3 md:flex md:flex-row w-full justify-between items-center">
<div class="md:flex md:flex-row w-full">
<div>
@include(powerGridThemeRoot() . '.header.actions')
</div>
<div class="flex flex-row items-center text-sm flex-wrap">
@if (data_get($setUp, 'exportable'))
<div
class="mr-2 mt-2 sm:mt-0"
id="pg-header-export"
>
@include(powerGridThemeRoot() . '.header.export')
</div>
@endif
@includeIf(powerGridThemeRoot() . '.header.toggle-columns')
@includeIf(powerGridThemeRoot() . '.header.soft-deletes')
@if (config('livewire-powergrid.filter') == 'outside' && count($this->filters()) > 0)
@includeIf(powerGridThemeRoot() . '.header.filters')
@endif
</div>
@includeWhen(boolval(data_get($setUp, 'header.wireLoading')),
powerGridThemeRoot() . '.header.loading')
</div>
@include(powerGridThemeRoot() . '.header.search')
</div>
@includeIf(powerGridThemeRoot() . '.header.enabled-filters')
@include(powerGridThemeRoot() . '.header.batch-exporting')
@include(powerGridThemeRoot() . '.header.multi-sort')
@includeIf(data_get($setUp, 'header.includeViewOnBottom'))
@includeIf(powerGridThemeRoot() . '.header.message-soft-deletes')
</div>
Function Calls
None |
Stats
MD5 | 949a17578d0f825e34034690742c5f3b |
Eval Count | 0 |
Decode Time | 84 ms |