@if ($setData['type'] == 'image' || $setData['type'] == 'text_image') @endif @if ($setData['type'] == 'text' || $setData['type'] == 'text_image') @endif @if (!$dataSliders->count()) @endif @foreach ($dataSliders as $value) @if ($setData['type'] == 'image' || $setData['type'] == 'text_image') @endif @if ($setData['type'] == 'text' || $setData['type'] == 'text_image') @endif @endforeach
#ImageTextAction
Data Not Found
{{ $loop->iteration }} {!! nl2br($value->text) !!}
{{ $setEdit ? 'Edit' : 'Create' }}
@if ($setEdit) @endif @if ($setData['type'] == 'text' || $setData['type'] == 'text_image') @if ($setData['input_type'] == 'text')
@error('text') {{ $message }} @enderror
@endif @if ($setData['input_type'] == 'textarea')
@error('text') {{ $message }} @enderror
@endif @endif @if ($setData['type'] == 'image' || $setData['type'] == 'text_image')
@error('image') {{ $message }} @enderror @if ($image) @endif
@endif
@if ($setEdit)
@else @endif