@extends('layouts.app') @section('content')
| Logo | Photo | Titre | Catégorie | Ordre | Actions |
|---|---|---|---|---|---|
|
@if($matiere->logo)
|
@if($matiere->photo)
|
{{ $matiere->titre }} | {{ $matiere->categoriematiere->titre ?? 'N/A' }} |
@if($matiere->ordre < $matieres->max('ordre'))
@else
@endif
@if($matiere->ordre > $matieres->min('ordre'))
@else
@endif
|