@extends('app') @section('title', 'Appel') @section('link') @endsection @section('content')
| Matricule | Nom & Prenoms | Genre | Niveau | @foreach ($hourly as $item){{ $item->hourly }} | @endforeach|
|---|---|---|---|---|---|
| {{ $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 }} | @foreach ($hourly as $str)
id }} value="{{ $str->id }}" {{ $str->hasAppel($item->id, $str->id, $created) ? 'checked':'' }}>
|
@endforeach