@extends('layouts.details') @section('content')

Détails de l'enregistremenet (Dossiers) {{ $record->id }}

Identifiant #{{ $record->id }}

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' }}

Retour à la liste
@endsection