@extends("layouts.layout_admin") @section("contenu") @php if($id!=0) { $NumeroInscription = $station->NumeroInscription; $Nom = $station->Nom; $Adresse = $station->Adresse; $Telephone = $station->Telephone; $Mail = $station->Mail; $DateConvention = $station->DateConvention; $estActif = $station->estActif; }else { $NumeroInscription = old("NumeroInscription"); $Nom = old("Nom"); $Adresse = old("Adresse"); $Telephone = old("Telephone"); $Mail = old("Mail"); $DateConvention = old("DateConvention"); $estActif = old("estActif"); if($estActif=="on") { $estActif = 1; }else { $estActif = 0; } } @endphp