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' => $customer->name]),
</p>
<p style="font-size: 16px;color: #384860;line-height: 24px;">
@lang('shop::app.emails.customers.update-password.greeting')
</p>
</div>
<p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
@lang('shop::app.emails.customers.update-password.description')
</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' => $customer->name]),
</p>
<p style="font-size: 16px;color: #384860;line-height: 24px;">
@lang('shop::app.emails.customers.update-password.greeting')
</p>
</div>
<p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
@lang('shop::app.emails.customers.update-password.description')
</p>
@endcomponent
Function Calls
None |
Stats
MD5 | e26559ff89c2d5c9debb1d859780d80f |
Eval Count | 0 |
Decode Time | 94 ms |