@extends('layouts.details') @section('content')
CODE : {{ $record->code }}
DESCRIPTION : {{ $record->description }}
TYPE DOSSIER PARENT : {{ $record->typedossier_parent_id }}
CHEMIN : {{ $record->chemin }}
STATUT : {{ $record->enabled_flag == '1' ? 'Actif' : 'Inactif' }}