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

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

Identifiant #{{ $record->id }}

TABLE NAME : {{ $record->table_name }}

TABLE COMMENT : {{ $record->table_comment }}

STATUT : {{ $record->enabled_flag == '1' ? 'Actif' : 'Inactif' }}

Retour à la liste
@endsection