@extends('layouts.details') @section('content')
TYPE DOSSIER : {{ $record->typedossier_id }}
TYPE DOCUMENT : {{ $record->typedoc_id }}
OBLIGATOIRE : {{ $record->obligatoire }}
STATUT : {{ $record->enabled_flag == '1' ? 'Actif' : 'Inactif' }}