{{ $code }} @if (!$dataPages->count()) @endif @foreach ($dataPages as $data) @if ($data['type'] == 'image' || $data['type'] == 'text_image') @endif @if ($data['type'] == 'text' || $data['type'] == 'text_image') @endif @endforeach
# Label Value Action
Data Not Found
{{ $loop->iteration }} {{ $data->label }} {!! nl2br($data->value) !!} {{-- --}}
@if ($setEdit)
Edit
@if ($setEdit) @endif @if ($type == 'text' || $type == 'text_image') @if ($inputType == 'text')
@error('value') {{ $message }} @enderror
@endif @if ($inputType == 'textarea')
@error('value') {{ $message }} @enderror
@endif @endif @if ($type == 'image' || $type == 'text_image')
@error('value') {{ $message }} @enderror @if ($value) @endif
@endif
@if ($setEdit)
@endif
@endif