SyntaxFix
Write A Post
Hire A Developer
Questions
You can use json decode then you get php array,and use that value as your own way
<?php $leads = json_decode($leads, true); dd($leads);