blade
blade copied to clipboard
Using {{ }} to echo string not encode utf8
I have array:
$arr = ['title' => 'Tiêu đề']
I use {{}} tag to echo string in array, but it not encode to utf8
{{$arr['title']}} //=> Tiêu đề