@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Factures prestataires") }} @endsection @section('titre_page') {{ __("Import / mise à jour des factures prestataires") }} @endsection @section('panel_boutons') @endsection @section('contenu') @isset($validation)
| {{ __("Numéro commande") }} | {{ __("Date création") }} | {{ __("Date plannif") }} | {{ __("Commentaire") }} | {{ __("Importable") }} |
|---|---|---|---|---|
| {!! $element->numcommande !='' ? '#'.$element->numcommande.'' : $element->proReq_number !!} | {!! $element->int_createdDate !!} | {!! $element->int_planningDate !!} | {!! $element->comment !!} | {!! $element->importable =='1' ? 'oui' : 'non' !!} |