@extends('app') @section('title', 'Add teacher') @section('link') @endsection @section('content')
@include('includes._alert')

Ajout d'Enseignant

{{$classe['libelle']}}


@csrf
@if (!(count($matter) && count($profs)))
Configuration Incomplète ...
@endif
@if (count($matter) && count($profs)) @php $i = 1; @endphp @foreach ($matter as $item) @endforeach @else @endif
Dsicpline Enseignant PP
{{$i <= 9 ? '0'.$i++:$i++}} {{ucfirst($item->abbreviated ?? $item->libelle)}} id, $prof->id, 1) ? 'checked':null}}>
Veuillez faire une bonne configuration.
@endsection @section('script') @endsection