LISTE DES POINTAGES
@foreach($pointages as $pointage) @endforeach
PERSONNEL POINTEUR DATE POINTAGE HEURE MINUTE ACTION
{{ DB::table("personnels")->find($pointage->personnel)->nom }} {{ DB::table("personnels")->find($pointage->chef)->nom }} {{ $pointage->date }} {{ $pointage->nombre_heure }} {{ $pointage->nombre_minute }}
{{ $pointages->links() }}