@extends('layouts.base', [ "breadcrumb" => [ // see partials/breadcrumb.blade.php for default options "title" => "AJOUTER LES INFORMATIONS DE LA FILIÈRE", // "showNav" => true, "nav" => [ "Dashboard" => route("home"), "Filière" => "", ], "btnText" => "GestStudent v17.04", ] ]) @section('css') @endsection @section('content') @if(session()->has('error')) @endif
@if(session('adminType') == 3)
@endif
@php $i = 1; @endphp @foreach($filieres as $fil) @php $i++; @endphp @endforeach
ID Intitulé filière Sigle filière conditionInscription Actions
{{$i}} {{$fil->intituleFilieres}} {{$fil->sigleFilieres}} {{$fil->conditionInscription}} @if(session('adminType') == 3) @endif
@endsection @section('script') @endsection