@extends('templates.dashboard') @section('dashboard')
@if (session()->has('success'))
{{ session()->get('success') }}
@endif @if ($errors->any())
@endif
Demande de {{ $demande->nom }} fait Le {{ $demande->created_at }}
@csrf






@endsection