Replies: 1 comment
-
Got the answer from old discussion, use Blade::render()
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to add a custom badge button based on the condition of data from the database, so I created the fields below,
In this, view I am passing
$quote
based on the condition it will give me render output._badge_oi_sense.blade.php file....
When I use blade view in the field, the page does not load at all,
As soon as I remove this view, the page loads correctly.
So question is how can I put a custom button or view in a table based on data conditions?
Beta Was this translation helpful? Give feedback.
All reactions