@extends("layouts.layout_home") @section("contenu") @php if($id!=0) { $NumBain = $tec->NumBain; $Motif = $tec->Motif; $date = $tec->date; $Quantite = $tec->Quantite; $UniteQuantite = $tec->UniteQuantite; $IDStation = $tec->IDStation; }else { $NumBain = old('NumBain'); $Motif = old('Motif'); $date = old('date'); $Quantite = old('Quantite'); $UniteQuantite = old('UniteQuantite'); $IDStation = old('IDStation'); } @endphp