{!! html()->label('Transaction','id') !!} {!! html()->text('id', $grand_livre_ligne->IdTransaction)->attributes([(($mode=='show')?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label('Date','date_doc') !!} {!! html()->text('created_at', $grand_livre_ligne->date_doc)->attributes(['style'=>'text-align:center',(($mode=='show')?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label('Référence','ref_doc') !!} {!! html()->text('ref_doc', $grand_livre_ligne->ref_doc)->attributes([(($mode=='show')?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label('journal','journal') !!} {!! html()->text('journal', $grand_livre_ligne->journal)->attributes(['style'=>'text-align:center',(($mode=='show')?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label('Date de création','created_at') !!} {!! html()->text('created_at', $grand_livre_ligne->DateCreation)->attributes(['style'=>'text-align:center',(($mode=='show')?'disabled':''),'class' => 'form-control']) !!}
{!! html()->label('Ecritures associées','liste') !!}
@include("comptabilite.grandlivre.ecritures")
@section('styles') @stop @section('scripts') @endsection