@extends('layouts.app') @section('title', 'Digital Africa - organisation') @section('content')
{{ $organisation->nom }}

{{ $organisation->nom }}

One of three columns
{!! $organisation->description !!}
@can('update-organisation',$organisation)
Modifier Supprimer @include('organisations.FormSup') Modifier la photo
@endcan
@can('update-organisation',$organisation) @endcan

Informations generales

@include('organisations.organisation-info')

Par

@endsection @section('script') @endsection