@extends('layout.page-layout')
@section('pageTitle',isset($pageTitle) ? $pageTitle : 'Plan Comptable')
@section('content')
@livewire('list-exercice')
@livewire('plan-comptable-ohada');
@livewire('modal-number-digit-compte')
@endsection
@push('scripts')
@endpush