Elementos da informação
Incluir
@if(collect($state)->count() > 0) @foreach ($state as $key => $information)
@if(array_key_first($state) != $key) @endif @if(array_key_last($state) != $key) @endif
{!! $information['text'] !!}
@endforeach @else
Não incluiu nenhuma informação.
@endif
@script @endscript