@include('forms.fbncheader') @include('forms.fdatatables')
| id | Nom | Agence | BIC | Ville | Tel1 | Contact1 | Tel2 | Contact2 | NbBenef | NbEmpl. | NbVers. | Actif. | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $banque->id !!} | {!! $banque->nom !!} | {!! $banque->agence !!} | {!! $banque->bic !!} | {!! $banque->ville !!} | {!! $banque->tel !!} | {!! $banque->contact !!} | {!! $banque->tel2 !!} | {!! $banque->contact2 !!} | {!! $banque->NbBeneficiaires !!} | {!! $banque->NbEmployeurs !!} | {!! $banque->NbVersements !!} | @if($banque->active==1) {!! Html::image("img/check.png", "Actif", array( 'maxwidth' => '100%','width' => '20%' )) !!} @else @endif {!! $banque->active !!} | @if($user->can("BQE_MAJ") || $user->HasRole("ADMINISTRATEUR")) Modifier @endif @if(($user->can("BQE_SUP") || $user->HasRole("ADMINISTRATEUR"))&&($banque->actif)) {!! Form::open(['url' => './tiers/banques/' . $banque->id, 'method' => 'DELETE']) !!} {!! Form::submit('Supprimer', ['class' => 'btn btn-danger'])!!} {!! Form::close() !!} @endif |