@extends('layouts.app') @section('contenu')

@csrf
@if(Session::has('error'))

{{ Session::get('error') }}

@endif
@endsection