@extends('layouts.app') @section('btn') Retour en arrière @endsection @section('content')
@csrf
@foreach($analyseTypes as $analyseType) @endforeach
action Paramètre Catégorie Action
where('analyse_type_id', $analyseType->id)->first()) checked @endif class="form-check-input" id="type{{$analyseType->id}}" name="type{{$analyseType->id}}" >
{{$analyseType->analyseCategory->name}}
@endsection @section('scripts') @endsection