@extends('layouts.dash') @section('title') Types de Mandat @stop @section('content') @if (Session::has('message'))
| Id | Type | Libellé | CompteDébit | CompteAuxDébit | LibelleDébit | CompteCrédit | CompteAuxCrédit | LibelleCrédit |
|---|---|---|---|---|---|---|---|---|
| {!! $mandat_type->IdPAD !!} | {!! $mandat_type->type !!} | {!! $mandat_type->libelle !!} | {!! $mandat_type->compte_debit !!} | {!! $mandat_type->compte_aux_debit !!} | {!! $mandat_type->debit_libelle !!} | {!! $mandat_type->compte_credit !!} | {!! $mandat_type->compte_aux_credit !!} | {!! $mandat_type->credit_libelle !!} |