@extends('layouts.app') @section('btn') @endsection @section('content')
@foreach($analyseCategories as $cat)
Liste des type de catégorie:
@foreach($analyseTypes->where('analyse_category_id', $cat->id) as $typeanalyse) @endforeach
TID Type de paramètre d'analyse Prix Traitement Status Actions
{{$typeanalyse->id}} {{$typeanalyse->name}} {{$typeanalyse->price}} {{$typeanalyse->delivery_time}} {{$typeanalyse->delivery_time_unit}} Active Détails
@endforeach
@endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection