SyntaxFix
Write A Post
Hire A Developer
Questions
so simple ...!
use this method:
<?php echo json_encode($your_array); ?>;
in laravel blade {{ }} use this method:
{{ str_replace('"', '', json_encode($your_array)) }}
working for associated and unassociated array.