@extends('layouts.dash') {!! $with_navbar=false !!} @section('title') Plan Comptable @stop @section('title_card',"Consultation du compte") @section('content')
@if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
{{ html()->modelForm($plan_comptable)->open() }} @include("comptabilite.plan_comptable.content") {{ html()->closeModelForm() }}
@endsection