Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace App\View\Components\Contacts\Index; use App\Abstracts\View\Components\Co..

Decoded Output download

<?php

namespace App\View\Components\Contacts\Index;

use App\Abstracts\View\Components\Contacts\Index as Component;

class Buttons extends Component
{
    /**
     * Get the view / contents that represent the component.
     *
     * @return \Illuminate\Contracts\View\View|string
     */
    public function render()
    {
        return view('components.contacts.index.buttons');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\View\Components\Contacts\Index;

use App\Abstracts\View\Components\Contacts\Index as Component;

class Buttons extends Component
{
    /**
     * Get the view / contents that represent the component.
     *
     * @return \Illuminate\Contracts\View\View|string
     */
    public function render()
    {
        return view('components.contacts.index.buttons');
    }
}

Function Calls

None

Variables

None

Stats

MD5 2536c7ee710aba7ba4588db56d170619
Eval Count 0
Decode Time 104 ms