@extends('app') @section('title', 'Appel') @section('link') @endsection @section('content')
@include('partials._alert')
Appel Du {{ ucwords($date) }}
Groupe {{ ucfirst($group) }}
@foreach ($hourly as $item) @endforeach @php $i = 0; @endphp @foreach ($data as $item) @foreach ($hourly as $str) @endforeach @endforeach
Matricule Nom & Prenoms Genre Niveau{{ $item->hourly }}
{{ $i <= 9 ? '0'.++$i : ++$i }} {{ $item->matricule }} {{ strtoupper($item->first_name).' '.Str::limit(ucwords($item->last_name), '25', '...') }} {{ ucwords($item->sexe == 'F' ? 'Feminin':'Masculin') }} {{ $item->code }}
id }} value="{{ $str->id }}" {{ $str->hasAppel($item->id, $str->id, $created) ? 'checked':'' }}>
@endsection @section('script') @endsection