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

{{ $titre }}

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