@extends('layouts.details') @section('content')
TYPE DOSSIER : {{ $record->typedossier_id }}
REFERENCE : {{ $record->reference }}
DESCRIPTION DOSSIER : {{ $record->descriptionDossier }}
DATE OUVERTURE : {{ $record->date_ouverture }}
DATE CLOTURE : {{ $record->date_cloture }}
COMMENTAIRES DOSSIER : {{ $record->commentairesDossier }}
STATUT : {{ $record->enabled_flag == '1' ? 'Actif' : 'Inactif' }}