Skip to content

Index column html content #2075

Answered by MDylan
MDylan asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, I figured out :)

class ProductPresenter extends Presenter {
    public function getFuturedCheck() {
        // return ($this->featured == 1) ? 'Yes' : 'No';
        $view = view('admin.products.featured', [
            'featured' => $this->featured
        ]);
        return htmlspecialchars_decode($view);
    }
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MDylan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants