@extends('layouts.dash') @section('title') Importations général @stop @section('subtitle_card',"") @section('content') {{ html()->form('POST', url('compta_import_definitif'))->open() }}
| Trans. | Journal | DateCpt | DateOpé | Réf.Ident. | Réf.Libellé | Compte | Compte Libelle | Compte Aux. | Compte Aux. Libelle | Désignation | Débit | Crédit | Trim |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $tmp_import->transaction !!} | {!! $tmp_import->journal !!} | {!! $tmp_import->date_doc !!} | {!! $tmp_import->date_ref !!} | {!! $tmp_import->id_ref !!} | {!! $tmp_import->ref_doc !!} | {!! $tmp_import->compte !!} | {!! $tmp_import->compte_label !!} | {!! $tmp_import->compte_aux !!} | {!! $tmp_import->compte_aux_label !!} | {!! $tmp_import->designation !!} | {!! $tmp_import->debit !!} | {!! $tmp_import->credit !!} | {!! $tmp_import->trim !!} |
| {{ $total_debit }} | {{ $total_credit }} | {{ $total_debit-$total_credit }} | |||||||||||