@extends('layouts.base-refonte') @section('title','Mes cours') @section('css') @endsection @section('content')

Mes cours

{{-- alert with content --}} @include('partials.alert')
@php $current_year = session('schools_info')['current_year']; // for hosted only @endphp

Mes Cours de {{ ($current_year - 1).'-'.$current_year }}

00 ECs aux total
00 ECs répondant aux filtres
@foreach ($ecs as $i => $ec)
Courses

$ec['id_EC'] ])}}" class="s-search ellipsis">{{ $ec['intituleEcu'] }}

{{ $ec['code_ecu'] }} {{ $ec['credit'] }} Crédit(s)
S{{ $ec['semestre'] }} | EC {{ $ec['premiere_inscription'] == $ec['inscription_actuelle'] ? "normal" : "reprise" }}
@endforeach
@endsection @section('script') @endsection