@foreach($posts as $post) { "type": "{{ $post->type }}", "category": "{{ $post->category }}", "data": "{{ $post->data }}", "summa": "{{ number_format($post->summa, 2, ',', ' ') }}", "itogo": "{{ number_format($post->itogo, 2, ',', ' ') }}", "comment": "{{ $post->comment }}", "status": null }, @endforeach
$i = ''; foreach($posts as $post) { echo $i . $filter; $i = ','; }