| {{ __("Actif") }} |
{{ __("Ordre") }} |
{{ __("Libelle") }} |
{{ __("Nb jours") }} |
{{ __("Fin de mois") }} |
{{ __("Jour mois suivant") }} |
{{ __("Actions") }} |
@foreach ($delais as $delai)
|
@if ($delai->payPer_active == 1)
@endif
|
{{ $delai->payPer_order }} |
{{ $delai->payPer_nameFr }} |
{{ $delai->payPer_value }} |
{{$delai->payPer_endMonth == 1 ? 'Oui' : 'Non' }} |
{{ $delai->payPer_dayNextMonth }} |
|
@endForeach
@endsection
@section('js_footer')
@endsection
@section('modale')
@include('modales.delete_standard')
@endsection