@extends('layout.page-layout') @section('pageTitle',isset($pageTitle) ? $pageTitle : 'Plan Comptable') @section('content')

Plan Comptable

@livewire('list-exercice')
@livewire('plan-comptable-ohada');
@livewire('modal-number-digit-compte') @endsection @push('scripts') @endpush