@extends('layouts.base', [ "breadcrumb" => [ "title" => "ETABLIR LE TABLEAU DE SPÉCIFICATION", // "showNav" => true, "nav" => [ "Dashboard" => route("home"), "Tableau de spécification" => "", ], "btnText" => "GestStudent v17.04", ] ]) @section('title', "Migration UE et EC | GestStudent Admin") @section('css') @endsection @section('content')
Filière : ODL & Année académique : 2021-2022
| # | Crédit UE | Code UE | Intitulé Unité d'enseignement | Code EC | Intitulé Elément Constitutif (EC) | Poids EC |
|---|---|---|---|---|---|---|
| {{$sumUniteCredit}} | SEMESTRE {{$ids1}} | |||||
| {{$j}} | {{$u['credit']}} | {{$u['code_unite']}} | {{$u['intituleUnite']}} | @foreach($ecus as $e){{$e['code_ecu']}} | {{$e['intituleEcu']}} | {{$e['credit']}} | @endforeach
| {{$sumUniteCredit_2}} | SEMESTRE {{$ids2}} | |||||
| {{$j}} | {{$u['credit']}} | {{$u['code_unite']}} | {{$u['intituleUnite']}} | @foreach($ecus as $e){{$e['code_ecu']}} | {{$e['intituleEcu']}} | {{$e['credit']}} | @endforeach
| Total crédit Semestre {{$ids1}} & Semestre {{$ids2}} | {{$sumEcuCredit}} | |||||
| # | Crédit UE | Code UE | Intitulé Unité d'enseignement | Code EC | Intitulé Elément Constitutif (EC) | Poids EC |