@extends('layouts.squelette') @section('css_header') @endsection @section('titre') @endsection @section('titre_header') @endsection @section('titre_page') {{ __("Importation de sites - validation") }} @endsection @section('panel_boutons') @endsection @section('contenu')
| Importer | @foreach($columns as $column) @if(in_array($column,$array_fields)){{ $column }} | @endif @endforeachsit_comment |
|---|---|---|
| {!! $site->importer=='1' ? 'oui' : 'non' !!} | @foreach($columns as $column) @if(in_array($column,$array_fields)){{ $site->$column }} | @endif @endforeach{!! $site->sit_comment !!} |