@extends('back.layout.app') @section('title', config('app.name') . ' - Types d\'opération') @php $breadcrumb = 'parameters.operation_types'; @endphp @section('content')
| Nom | Statut | Critères | |
|---|---|---|---|
|
{{ $type->name }}
@if ($type->description)
{{ Str::limit($type->description, 60) }}
@endif
|
@if ($type->status) Actif @else Inactif @endif |
@forelse ($type->operationCriterias as $criteria)
{{ $criteria->name }}
@empty
Aucun critère
@endforelse
|
@can('manage-operation-types')
Modifier
|