@extends('layouts.app') @section('title', 'Organisations') @section('content')

Organisations

@forelse ($organisations as $organisation) @if($organisation->desactive==true) @endif @empty

{{"Pas encore d'organisations !"}}

@endforelse @if($organisations)
{{ $organisations->links() }}
@endif

Trouvez une organisation !


{{--

Ecosystème des projets

--}}
@endsection @section('script') @endsection