@extends('layouts.dash') @section('title') Banques @stop @section('subtitle_card',"") @section('content') @if (Session::has('message'))
| Nom | Agence | BIC | Ville | Tel1 | Contact1 | Tel2 | Contact2 | NbBenef | NbEmpl. | NbVers. | |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{!! $banque->nom !!}
@if(!$banque->active)
Inactive @endif |
{!! $banque->agence !!} | {!! $banque->bic !!} | {!! $banque->ville !!} | {!! $banque->tel !!} | {!! $banque->contact !!} | {!! $banque->tel2 !!} | {!! $banque->contact2 !!} | {!! $banque->NbBeneficiaires !!} | {!! $banque->NbEmployeurs !!} | {!! $banque->NbVersements !!} | @if($user->can("BQE_MAJ") || $user->HasRole("ADMINISTRATEUR")) @endif |