@extends("layouts.layout_admin") @section("contenu") @php if($id!=0) { $Nom = $greffon->Nom; $CloneGR = $greffon->CloneGR; }else { $Nom = old("Nom"); $CloneGR = old("CloneGR"); } @endphp

{{ $titre }}

@if ($errors->any())
@endif
@csrf
Revenir à la gestion des greffons
@endsection