Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@component('shop::emails.layout') <div style="margin-bottom: 34px;"> <p style=..
Decoded Output download
<? @component('shop::emails.layout')
<div style="margin-bottom: 34px;">
<p style="font-weight: bold;font-size: 20px;color: #121A26;line-height: 24px;margin-bottom: 24px">
@lang('shop::app.emails.dear', ['customer_name' => $customerNote->customer->name]),
</p>
</div>
<p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
@lang('shop::app.emails.customers.commented.description', ['note' => $customerNote->note]),
</p>
@endcomponent ?>
Did this file decode correctly?
Original Code
@component('shop::emails.layout')
<div style="margin-bottom: 34px;">
<p style="font-weight: bold;font-size: 20px;color: #121A26;line-height: 24px;margin-bottom: 24px">
@lang('shop::app.emails.dear', ['customer_name' => $customerNote->customer->name]),
</p>
</div>
<p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
@lang('shop::app.emails.customers.commented.description', ['note' => $customerNote->note]),
</p>
@endcomponent
Function Calls
None |
Stats
MD5 | 800da6432a4bce479b86df5d67512c1d |
Eval Count | 0 |
Decode Time | 95 ms |