@extends('layouts.app') @section('notificationactive','active') @section('content') @if (@$success != Null)
Votre action a bien été pris en compte
@endif

Envoie de Notification

@csrf
@endsection