@extends('dashboard.layout.base') @section('content')
Liste des Exercices
@include('dashboard.component.dashboard_error') @include('dashboard.component.notifications') @if(count($exercices) > 0)
@foreach($exercices as $exercice) @endforeach
Nom d'exerice: Modifier Supprimer
{{ $exercice->name }}
@else

Vous n'avez aucune Exercice

@endif
@include('dashboard.component.copyright')
@endsection @push('styles') @endpush @push('scripts') @endpush