@extends('layouts.app') @section('content')
| Photo | Titre | Ordre | Actions |
|---|---|---|---|
|
@if($categoriematiere->photo)
|
{{ $categoriematiere->titre }} |
@if($categoriematiere->ordre < $categoriematieres->max('ordre'))
@else
@endif
@if($categoriematiere->ordre > $categoriematieres->min('ordre'))
@else
@endif
|