@extends('layouts.app')
@section('title', 'Organisations')
@section('content')
Organisations
@forelse ($organisations as $organisation)
@if($organisation->desactive==true)
@endif
@empty
{{"Pas encore d'organisations !"}}
@endforelse
Trouvez une organisation !
@endsection
@section('script')
@endsection