| # | Label | Value | Action | |
|---|---|---|---|---|
| Data Not Found | ||||
| {{ $loop->iteration }} | {{ $data->label }} | @if ($data['type'] == 'image' || $data['type'] == 'text_image')
|
@endif
@if ($data['type'] == 'text' || $data['type'] == 'text_image')
{!! nl2br($data->value) !!} | @endif{{-- --}} |