Jun 5, 2016
0
Level 2
[Maatwebsite export With Unescaped data]
[Maatwebsite export With Unescaped data] I have a blade view that is source for export to excel file. Everything went perfect but with unescaped data, it printed only the last one.
- {!! $data !!} : Display only the last one.
- {{ $data }} : Display all but wrong format. => What do i do now ? help me out, please!

Please or to participate in this conversation.