@extends('layouts.app') @section('content')
| Photo | Titre | Description | Ordre | Actions |
|---|---|---|---|---|
|
@if($categorie->photo)
|
{{ Str::limit($categorie->description, 50) }} |
@if($categorie->ordre < $categorieblogs->max('ordre'))
@else
@endif
@if($categorie->ordre > $categorieblogs->min('ordre'))
@else
@endif
|