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-size: 16px;color: #384860;line-height: 24px;">
            {{ $contactUs['message'] }}
        </p>
    </div>

        <p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
            @lang('shop::app.emails.contact-us.to')
            
            <a href="mailto:{{ $contactUs['email'] }}">{{ $contactUs['email'] }}</a>,

            @lang('shop::app.emails.contact-us.reply-to-mail')

            @if($contactUs['contact'])
                @lang('shop::app.emails.contact-us.reach-via-phone')

                <a href="tel:{{ $contactUs['contact'] }}">{{ $contactUs['contact'] }}</a>.
            @endif
        </p>
    </p>
@endcomponent ?>

Did this file decode correctly?

Original Code

@component('shop::emails.layout')
    <div style="margin-bottom: 34px;">
        <p style="font-size: 16px;color: #384860;line-height: 24px;">
            {{ $contactUs['message'] }}
        </p>
    </div>

        <p style="font-size: 16px;color: #384860;line-height: 24px;margin-bottom: 40px">
            @lang('shop::app.emails.contact-us.to')
            
            <a href="mailto:{{ $contactUs['email'] }}">{{ $contactUs['email'] }}</a>,

            @lang('shop::app.emails.contact-us.reply-to-mail')

            @if($contactUs['contact'])
                @lang('shop::app.emails.contact-us.reach-via-phone')

                <a href="tel:{{ $contactUs['contact'] }}">{{ $contactUs['contact'] }}</a>.
            @endif
        </p>
    </p>
@endcomponent

Function Calls

None

Variables

None

Stats

MD5 7d453929f2a1374ca8d29619440cd685
Eval Count 0
Decode Time 101 ms