@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')

TABLEAU DE SPÉCIFICATION

Filière : ODL & Année académique : 2021-2022

@php $j = 0; @endphp @foreach($unites as $u) @php $c = couleurAlterner(); $j++; $total = $ecusLinkedToUnites[$j-1]['total']; $ecus = $ecusLinkedToUnites[$j-1]['data']; @endphp @foreach($ecus as $e) @endforeach @endforeach @php $j = 0; @endphp @foreach($unites_2 as $u) @php $c = couleurAlterner(); $j++; $total = $ecusLinkedToUnites_2[$j-1]['total']; $ecus = $ecusLinkedToUnites_2[$j-1]['data']; @endphp @foreach($ecus as $e) @endforeach @endforeach
# 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']}} {{$e['code_ecu']}} {{$e['intituleEcu']}} {{$e['credit']}}
{{$sumUniteCredit_2}} SEMESTRE {{$ids2}}
{{$j}} {{$u['credit']}} {{$u['code_unite']}} {{$u['intituleUnite']}} {{$e['code_ecu']}} {{$e['intituleEcu']}} {{$e['credit']}}
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
@endsection @section('script') @endsection