@extends('layout') @section('title', 'Visuel de catégorie') @section('content')

@yield('title')

{{ $categorie_portail->nom }}

@endsection