@extends('templates.dashboard') @section('dashboard')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if ($errors->any())
@endif
Modifier Un Produit
@csrf


@if ($post->apercu1) Image @endif

@if ($post->apercu2) Image @endif

@if ($post->apercu3) Image @endif

@if ($post->apercu4) Image @endif




@endsection