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


@endsection