@foreach($data as $row)
{{ $row['title'] }}

{{ $row['description'] }}

{!! $row['action'] !!}
@endforeach