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

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

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

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