@extends('tarifs.layouts') @section('content')
Corriger le Prix d'un Produit pour une période donnée.
@csrf @method("PUT")
@if ($errors->has('date_debut')) {{ $errors->first('date_debut') }} @endif
@if ($errors->has('date_fin')) {{ $errors->first('date_fin') }} @endif
{{ $produit->referenceA . ' - ' . $produit->getDescriptifFullOrAlter() }}
@if ($errors->has('prix_revient')) {{ $errors->first('prix_revient') }} @endif
@if ($errors->has('prix_negociant')) {{ $errors->first('prix_negociant') }} @endif
@endsection