@extends('app') @section('title', 'Gestion des appels') @section('link') @endsection @section('content')
@include('includes._alert')

{{ $class['libelle']}} - {{ucfirst($matter->matter->abbreviated ?? $matter->matter->libelle) }}

Appels du {{ date('d-m-Y', strtotime($today)) }}

@foreach ($time as $item) @php $val = $period == 1 ? 'morning_time':'after_noon_time';@endphp @endforeach @foreach ($datas as $item) @foreach ($time as $temps) @endforeach @endforeach
Matricule Nom et prenoms Genre{{$item->$val->debut.' à '.$item->$val->fin}}
Photo Stuedent
{{$item['matricule']}}
{{ Str::limit((strtoupper($item['first_name']).' '.ucwords($item['last_name'])), '27', '...') }}
{{ucfirst($item['sexe'] == 'F' ? 'Féminin':'Masculin')}}
@endsection @section('script') @endsection