Prix au {{ $this->price && $this->price['unit_base_symbol'] ? $this->price['unit_base_symbol'] : 'kg' }}: @if($this->price && $this->price['price_per_base_unit_cents'] !== null) {{ number_format($this->price['price_per_base_unit_cents'] / 100, 2, ',', ' ') }} €/{{ $this->price['unit_base_symbol'] }} @else Aucun prix disponible pour le moment. @endif
{{ $this->form }}
{{ __('dashboard.common.update') }}