@extends('dashboard.index') @section('title', 'Categories') @section('title2', 'Détails') @section('content')

{{ $categorie->name }}

Categorie : {{ $categorie->Categorie->name ?? '' }}

Image : {{ $categorie->image }}


{!! nl2br(e($categorie->content)) !!}
@endsection