@extends('app') @section('title', 'Resultat '.$classe['libelle']) @section('link') @endsection @section('content')
@include('includes._alert')

Résultat - {{ $classe['libelle'] }}

{{ ucwords($cutting->cutting->libelle) }}

@if ($resultat)
Les Trois Meilleurs

@foreach ($data as $student)
@if ($student['photo']) Photo @else @endif
{{strtoupper($student['first_name']).' '.ucwords($student['last_name'])}}

{{$student['rang']}} - {{$student['moyenne']}} de moyenne.

@endforeach
@else

Résultat non disponible.
@endif
@endsection @section('script') @endsection