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.verification.greeting')
</p>
</div>
<p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
@lang('shop::app.emails.customers.verification.description')
</p>
<div style="display: flex;margin-bottom: 95px">
<a
href="{{ route('shop.customers.verify', $customer->token) }}"
style="padding: 16px 45px;justify-content: center;align-items: center;gap: 10px;border-radius: 2px;background: #060C3B;color: #FFFFFF;text-decoration: none;text-transform: uppercase;font-weight: 700;"
>
@lang('shop::app.emails.customers.verification.verify-email')
</a>
</div>
@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.verification.greeting')
</p>
</div>
<p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
@lang('shop::app.emails.customers.verification.description')
</p>
<div style="display: flex;margin-bottom: 95px">
<a
href="{{ route('shop.customers.verify', $customer->token) }}"
style="padding: 16px 45px;justify-content: center;align-items: center;gap: 10px;border-radius: 2px;background: #060C3B;color: #FFFFFF;text-decoration: none;text-transform: uppercase;font-weight: 700;"
>
@lang('shop::app.emails.customers.verification.verify-email')
</a>
</div>
@endcomponent
Function Calls
| None |
Stats
| MD5 | 920a4af9656267bc632a8bf0bbcac468 |
| Eval Count | 0 |
| Decode Time | 108 ms |