@if ($operationId)
@method('PATCH') @else @endif @csrf @if (session('error')) @endif
{{ __('Opération') }}
{{ __('Cancel') }}
{{ __('Poste de charge') }}*
@error('operation.poste_charge_id') {{ $message }} @enderror
{{ __('Libelle') }}*
@error('operation.libelle') {{ $message }} @enderror
{{ __('PC parametres') }}
@error("pcParametres.*.default") @enderror
@foreach ($pcParametres as $index => $parametre) {{-- Confirmation modal --}} @endforeach
{{ __('Parameters') }} {{ __('Default') }} {{ __('Value') }} {{ __('Action') }}
{{ __('Parameter') }} {{$index + 1}}*
@error("pcParametres.$index.libelle") {{ $message }} @enderror