| {{ __('#') }} | --}}{{ __('Description') }} | {{ __('Fichier / commentaire') }} | {{--{{ __('') }} | --}}{{ __('Actions') }} |
|---|---|---|---|---|
| {{ $element->cheEle_id }} | --}}{{ $element->cheEle_description }} | @if ($element->cheEle_isFile ==1) {{--TYPE FICHIER--}} @if ($element->sitConFil_id !== null) {{ $element->sitConFil_oldName }} @endif @if ($element->intFil_id !== null) {{ $element->intFil_oldName }} @endif @else {{--TYPE TEXTE--}} @if ($element->sitConChe_textValue !== null) {{ Str::limit($element->sitConChe_textValue, 150) }} @endif @endif |
{{-- sitConChe_checked=='1' ? 'checked' : '' }}> --}}
sitConChe_checked==1) ? 'checked' : '' }}>
|