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

Etablissement non Disponible - {{count($schools) <= 9 ? '0'.count($schools):count($schools)}}


@php $i = 1 @endphp @foreach ($schools as $school) @endforeach
Etablissement Numéro Autorisation Code Etablissement Actions
{{$i <= 9 ? '0'.$i++:$i++}} {{ucfirst($school->name_school)}} {{ucfirst($school->num_autorisation)}} {{ucfirst($school->code_school)}}
@endsection @section('script') @endsection