@extends('backend.layout') @section('titre') Affiches @endsection @section('content') @php $modele='affiches' @endphp
Modifier affiche
@if ($errors->any())
@endif
@csrf @method('PUT')
@if(!empty($affiche->image)) @endif
@endsection