{!! html()->label( 'Pays','IBAN_pays')->attributes(['style'=>'font-weight:normal;font-size:0.9em']) !!}
{!! html()->text('IBAN_pays', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Clé IBAN','IBAN_cle')->attributes(['style'=>'font-weight:normal;font-size:0.9em']) !!}
{!! html()->text('IBAN_cle', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Banque','IBAN_banque')->attributes(['style'=>'font-weight:normal;font-size:0.9em']) !!}
{!! html()->text('IBAN_banque', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label('Guichet','IBAN_guichet')->attributes(['style'=>'font-weight:normal;font-size:0.9em']) !!}
{!! html()->text('IBAN_guichet', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Numéro de compte','IBAN_compte')->attributes(['style'=>'font-weight:normal;font-size:0.9em']) !!}
{!! html()->text('IBAN_compte',null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}
{!! html()->label( 'Clé RIb','IBAN_clerib')->attributes(['style'=>'font-weight:normal;font-size:0.9em']) !!}
{!! html()->text('IBAN_clerib', null)->attributes([($mode=="show"?'disabled':''), 'class' => 'form-control text-uppercase']) !!}