@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Check list de contrôle') }} @endsection @section('titre_header') {{ __('Check list de contrôle') }} @endsection @section('titre_page') @isset($siteCon->sitCon_id) {{ $siteCon->sitCon_title }} @else {{ __('Check list de contrôle') }} @endisset @endsection @section('panel_boutons') Retour @endsection @section('contenu')
| {{ __('Ordre') }} | {{ __('Description') }} | {{ __('Fichier') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $element->cheEle_order }} | {{ $element->cheEle_description }} | {!! $element->cheEle_isFile =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} |