@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Dossiers') }} @endsection @section('titre_header') {{ __('Dossier') }} @endsection @section('titre_page') @isset($contract->con_id) {{ __('Dossier :') }} {{ $contract->con_title }} @else {{ __('Ajout de dossier') }} @endisset @endsection @section('panel_boutons') {{ __('Retour') }} @endsection @section('contenu')
| # | {{ __('Période') }} | {{ __('#DI') }} | {{ __('Etat') }} | {{ __('Affectation') }} | {{ __('Date d\'achèvement') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {!! $inter->int_number !!} | {{ date('d/m/Y', strtotime($inter->conInt_date1)) }} - {{ date('d/m/Y', strtotime($inter->conInt_date2)) }} | {!! $inter->int_number !!} | {!! $inter->sta_nameFr !!} | {{ $inter->int_planningDate!='' ? date('d/m/Y', strtotime($inter->int_planningDate)) : '' }} | {{ $inter->proReq_achievementDate!='' ? date('d/m/Y', strtotime($inter->proReq_achievementDate)) : '' }} |
| # | {{ __('Description') }} | {{ __('Nom') }} | {{ __('Type') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| #{!! $file->int_number !!} | {!! $file->intFilCat_nameFr !!} {!! $file->intFil_description !!} |
{!! $file->intFil_oldName !!} | {!! get_icon_file($file->intFil_ext) !!} |