@extends('back.layout.app') @section('title', config('app.name') . ' - Critères d\'opération') @php $breadcrumb = 'parameters.operation_criterias'; @endphp @section('content')
| Nom | Type | Requis | Statut | |
|---|---|---|---|---|
|
{{ $criteria->name }}
@if ($criteria->description)
{{ Str::limit($criteria->description, 60) }}
@endif
|
{{ \App\Models\OperationCriteria::TYPES[$criteria->type] ?? $criteria->type }} | @if ($criteria->required) Requis @else Optionnel @endif | @if ($criteria->is_active) Actif @else Inactif @endif |
@can('manage-criteria')
Modifier
|