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