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




@endsection