@extends('layouts.base') @section('title', 'Starter Page') @section('css') {{-- include page's specific styles here --}} @endsection @section('content')
@foreach ($data['students'] as $student) @php $i++; $filiere = App\Models\Filieres::where('idFiliere', $student->idFiliere)->first(); @endphp @endforeach
Photo Matricule Nom & Prénom Statut Niveau Filière
Photo Matricule Nom & Prénom Statut Niveau Filière
{{ $i }} {{}} {{}} {{}} {{}} {{ $filiere->sigleFilieres }}
@endsection @section('script') {{-- include page's specific scripts here --}} @endsection