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