{{-- SuperAdmin --}}
@if (auth()->user()->role->role === 'superAdmin')
@include('partials._table_school', ['schools' => $schools])
{{-- End SuperAdmin --}}
@else
@include('partials._school_data', ['dats' => $effetifs])
@endif