@php($iconArray = ['', 'sms', 'notifications', 'email'])
@if(isset($posts->data)) @foreach($posts->data as $post)
@if($post->file)
@endif

{{ $post->post }}

@foreach(explode(',', $post->types_balances_id) as $typesBalanceId) {{ $iconArray[$typesBalanceId] }} @endforeach {{ date_for_human($post->created_at) }}

@endforeach @endif

insert_photo message
send