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




@endsection