@extends('layouts.base', [ "breadcrumb" => [ "title" => "AJOUTER LES INFORMATIONS D'UN STATUT", // "showNav" => true, "nav" => [ "Dashboard" => route("home"), "Statuts" => "", ], "btnText" => "GestStudent v17.04", ] ]) @section('css') @endsection @section('content') @if(session()->has('error')) @endif
@php $i = 1; @endphp @foreach ($statuts as $s) @php $i++; @endphp @endforeach
ID NOM DU STATUT SIGLE DU STATUT ACTIONS
{{$i}} {{$s->intitule}} {{$s->statut}}
@endsection @section('script') @endsection