@extends('layouts.dash') @section('title') Cotisations @stop @section('title_card',"") @section('subtitle_card',"") @section('content')
| N° | Contrôle | Agent1 | Agent2 | Validation | Observations | Pièces |   |
|---|---|---|---|---|---|---|---|
| {!! $controle->id !!} | {!! $controle->date_cont !!} | {!! $controle->agent1 !!} | {!! $controle->agent2 !!} | {!! $controle->date_valid !!} | {!! $controle->observations !!} | {!! $controle->PJ !!} | @if($user->can("COT_MAJ") || $user->HasRole("ADMINISTRATEUR")) + @endif @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif |