@php $shareholder = $payment->shareholder; @endphp

Ayant-droit : {{ $shareholder->title }}

@foreach ($payment->unsavedDistributions as $distKey => $distribution) @endforeach @foreach (old('payments.' . $key . '.attributablecosts', []) as $attrKey => $item) @endforeach @include('admin.crud.accounting.payment.parts.create.row-input', [ 'label' => 'Montant Brut', 'field_base_name' => 'montant_brut', 'key' => $key, 'value' => old('payments.' . $key . '.montant_brut', $payment->montant_brut), ]) @include('admin.crud.accounting.payment.parts.create.row-input-with-taux', [ 'label' => 'Cotisation vieillesse plafonnée', 'field_base_name' => 'cotisation_veillesse', 'key' => $key, 'value' => old('cotisation_veillesse', $payment->cotisation_veillesse), 'taux_value' => old('taux_cotisation_veillesse', $payment->taux_cotisation_veillesse), ]) @include('admin.crud.accounting.payment.parts.create.row-input-with-taux', [ 'label' => 'CSG', 'field_base_name' => 'csg_totale', 'key' => $key, 'value' => old('csg_totale', $payment->csg_totale), 'taux_value' => old('taux_csg_totale', $payment->taux_csg_totale), ]) @include('admin.crud.accounting.payment.parts.create.row-input-with-taux', [ 'label' => 'dont CSG imposable', 'field_base_name' => 'csg_imposable', 'key' => $key, 'value' => old('csg_imposable', $payment->csg_imposable), 'taux_value' => old('taux_csg_imposable', $payment->taux_csg_imposable), ]) @include('admin.crud.accounting.payment.parts.create.row-input-with-taux', [ 'label' => 'CRDS', 'field_base_name' => 'crds', 'key' => $key, 'value' => old('crds', $payment->crds), 'taux_value' => old('taux_crds', $payment->taux_crds), ]) @include('admin.crud.accounting.payment.parts.create.row-input-with-taux', [ 'label' => 'Cotisation formation professionelle', 'field_base_name' => 'cotisation_formation', 'key' => $key, 'value' => old('cotisation_formation', $payment->cotisation_formation), 'taux_value' => old('taux_cotisation_formation', $payment->taux_cotisation_formation), ]) @include('admin.crud.accounting.payment.parts.create.row-input', [ 'label' => 'Total cotisations', 'field_base_name' => 'total_cotisations', 'key' => $key, 'value' => old('total_cotisations', $payment->total_cotisations), ]) @include('admin.crud.accounting.payment.parts.create.row-input', [ 'label' => 'Montant net', 'field_base_name' => 'montant_net_a_payer', 'key' => $key, 'value' => old('montant_net_a_payer', $payment->montant_net_a_payer), ]) @include('admin.crud.accounting.payment.parts.create.row-input', [ 'label' => 'Montant net imposable', 'field_base_name' => 'montant_net_imposable', 'key' => $key, 'value' => old('montant_net_imposable', $payment->montant_net_imposable), ]) @include('admin.crud.accounting.payment.parts.create.row-input-with-taux', [ 'label' => 'Contribution diffuseur', 'field_base_name' => 'contribution_diffuseur', 'key' => $key, 'value' => old('contribution_diffuseur', $payment->contribution_diffuseur), 'taux_value' => old('taux_contribution_diffuseur', $payment->taux_contribution_diffuseur), ])
Intitulé Revenue Part % Total
{{ $distribution->title }}
{{ $distribution->revenue_total }} {{ $distribution->share }}
%
Cotisations
@once @endonce @push('after_scripts') @loadOnce('initRepeatableTableSectionElement') @endLoadOnce @endpush