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


@if ($post->logo_menu)
Image Preview
@endif
@endsection