@extends('client.layouts.app') @section('title', 'الدليل المحاسبي') @section('content')
    @foreach ($chartOfAccounts as $account) @include( 'client.chart_of_accounts.partials.account_tree', [ 'account' => $account, ] ) @endforeach
@foreach ($chartOfAccounts as $account) @include('client.chart_of_accounts.partials.account_row', [ 'account' => $account, ]) @endforeach
@endsection @section('script') @endsection @section('style') @endsection