@include('dashboard.component.dashboard_error')
@include('dashboard.component.notifications')
@if(count($exercices) > 0)
Nom d'exerice: |
Modifier |
Supprimer |
@foreach($exercices as $exercice)
{{ $exercice->name }} |
|
|
@endforeach
@else
Vous n'avez aucune Exercice
@endif
@include('dashboard.component.copyright')
@endsection
@push('styles')