@csrf @if (count($publicites) > 0) {{ method_field('put') }} @endif

@if (count($publicites) <= 0) Nouvelle Banière @else Mise à jour de votre banière @endif

@php $image = ''; $description = ''; @endphp @if (count($publicites) > 0) @foreach ($publicites as $publicite) @php $image = $publicite->image; $description = $publicite->description; @endphp @endforeach @endif