| # | @if ($setData['type'] == 'image' || $setData['type'] == 'text_image')Image | @endif @if ($setData['type'] == 'text' || $setData['type'] == 'text_image')Text | @endifAction |
|---|---|---|---|
| Data Not Found | |||
| {{ $loop->iteration }} | @if ($setData['type'] == 'image' || $setData['type'] == 'text_image')
|
@endif
@if ($setData['type'] == 'text' || $setData['type'] == 'text_image')
{!! nl2br($value->text) !!} | @endif|