@foreach($data as $post)
  • @if($post['type'] == 1)
    @else @endif
    {{ $post['text'] }}
    {!! $post['hash'] !!}
  • @endforeach