@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "ETABLIR LE TABLEAU DE SPÉCIFICATION", // "showNav" => true, "nav" => [ "Dashboard" => route("home"), "Tableau de spécification" => "", ], "btnText" => "GestStudent v17.04", ] ]) @section('title', "Tableau de spécification | GestStudent Admin") @section('css') @endsection @section('content')
Filière : {{$data['filiere']->sigleFilieres}} & Année académique : {{$data['periode']}}
| # | CRÉDIT UE | CODE UE | INTITULÉ UNITÉ D'ENSEIGNEMENT |
CODE EC | INTITULÉ ÉLÉMENT CONSTITUTIF (EC) | POIDS EC |
| {{$sumCredit[$idSemestre[1]]}} | SEMESTRE {{$idSemestre[1]}} | |||||
| code_unite]->count()}}">{{$cpt}} | code_unite]->count()}}" >{{$ue->credit}} | code_unite]->count()}}" >{{$ue->code_unite}} | code_unite]->count()}}" class="type_{{$ue->type_ue}}">{{$ue->intituleUnite}} | @foreach ($data["ecues"][$annee][$ue->code_unite] as $ecu) @if ($isFirstEcu){{$ecu->code_ecu}} | {{$ecu->intituleEcu}} | {{$ecu->credit}} | @php $isFirstEcu = false; @endphp @else
| {{$ecu->code_ecu}} | {{$ecu->intituleEcu}} | {{$ecu->credit}} | ||||
| {{$sumCredit[$idSemestre[2]]}} | SEMESTRE {{$idSemestre[2]}} | |||||
| code_unite]->count()}}">{{$cpt}} | code_unite]->count()}}" >{{$ue->credit}} | code_unite]->count()}}" >{{$ue->code_unite}} | code_unite]->count()}}" class="type_{{$ue->type_ue}}">{{$ue->intituleUnite}} | @foreach ($data["ecues"][$annee][$ue->code_unite] as $ecu) @if ($isFirstEcu){{$ecu->code_ecu}} | {{$ecu->intituleEcu}} | {{$ecu->credit}} | @php $isFirstEcu = false; @endphp @else
| {{$ecu->code_ecu}} | {{$ecu->intituleEcu}} | {{$ecu->credit}} | ||||
| TOTAL CRÉDITS SEMESTRES {{$idSemestre[1]}} & SEMESTRE {{$idSemestre[2]}} | {{$sumCredit[$idSemestre[1]] + $sumCredit[$idSemestre[2]]}} | |||||
| LEGENDE TABLEAU DE SPECIFICATION | |
| Unité de Connaissance Fondamentales | |
| Unité de Spécialité | |
| Unité de Méthodologie | |
| Unité de Culture Générale | |