@extends('layouts.dash') @section('title') Plan comptable général @stop @section('title_card') Plan comptable général @stop @section('subtitle_card',"Liste complète") @section('content') @if ($errors) @foreach ($errors->all() as $error)
| CompteTri | Compte | Designation | Prévisionnel | Categorie |
|---|---|---|---|---|
| {!! str_pad($plancomptable->compte,7,'0',STR_PAD_RIGHT) !!} | {!! $plancomptable->compte !!} | {!! $plancomptable->libelle !!} | {!! $plancomptable->previsionnel !!} | {!! $plancomptable->categ_bilan !!} |