@extends('layouts.admin') @section('title', 'Gestion des Domaines') @section('header', 'Gestion des Domaines - Vue Matricielle') @section('content')
| Domaine | @foreach($tinyintFields as $field => $label)
{{ $label }}
|
@endforeach
|
|---|---|---|
|
{{ $domaine->name }}
{{ $domaine->label }}
@if($domaine->icon)
{{ $domaine->icon }}
@endif
Séquence: {{ $domaine->sequence }}
|
@foreach($tinyintFields as $field => $label)
|
@endforeach