@extends('layouts.admin') @section('title', $communaute->name) @section('content')
{{ $communaute->name }}

{{ $communaute->name }}

Description

{!! $communaute->description !!}

Objectifs

{!! $communaute->objectif !!}

Régles

{!! $communaute->regle !!}
@include('admin.details-communaute') {{--@can('post-communauty', $communaute) Actualités de la communauté @endcan--}}
@endsection @section('script') @endsection