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

{{ $communaute->name }}

@can('admin-communauty', $communaute) Modifier Changer le photo @else @can('follow-communauty', $communaute)
{{ csrf_field() }}
@else @can('post-communauty', $communaute)
{{ csrf_field() }}
@else En attente @endcan @endcan @endcan

Description

{!! $communaute->description !!}

Objectifs

{!! $communaute->objectif !!}

Régles

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