@extends('menu_et_footer') @section('title') Liste des réunions | {{config('app.name')}} @endsection @section('container-fluid')

Accédez à toutes vos réunions ici...

{{-- --}}
@include('partials.modals.ajout_reunion') @include('partials.modals.modif_reunion')

Liste des réunions

{{--

Liste des réunions

--}}
@forelse ($reunions as $reunion) @empty @endforelse {{-- --}}
# ID de la réunion Mot de passe Date Intitulé Lien Action
{{isset($i)?--$i:$i = count($reunions)}} {{$reunion['room_id']}} {{$reunion['password']}} {{date_format(date_create($reunion['datetime']), "d/m/Y à H:i")}} {{$reunion['name']}} {{$reunion['share_link']}}
@endsection @section('script') @endsection