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('mail::message') # New Support Message <br> @if($contact->response_requested)..

Decoded Output download

<?  @component('mail::message')
# New Support Message

<br>

@if($contact->response_requested)
**This user has requested a response from you.**
@endif

<br>

[**{{$contact->user->username}}**]({{$contact->user->url()}}) has sent the following message:

@component('mail::panel')
{{ $contact->message }}
@endcomponent


@component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
View Message
@endcomponent

@endcomponent ?>

Did this file decode correctly?

Original Code

@component('mail::message')
# New Support Message

<br>

@if($contact->response_requested)
**This user has requested a response from you.**
@endif

<br>

[**{{$contact->user->username}}**]({{$contact->user->url()}}) has sent the following message:

@component('mail::panel')
{{ $contact->message }}
@endcomponent


@component('mail::button', ['url' => $contact->adminUrl(), 'color' => 'primary'])
View Message
@endcomponent

@endcomponent

Function Calls

None

Variables

None

Stats

MD5 b3f7d6849bd81da3f6083ba023986c68
Eval Count 0
Decode Time 99 ms