@extends('layouts.app') @section('btn') {{$analyseTypeProperties->count()}} Propriétés du paramètre d'analyse @endsection @section('content')
@csrf
@include('app.analyse_type_properties.tablelist')
@endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection