@extends('layouts.index') @section('content')

GESTION DES RECHERCHES

@if ($message = Session::get('success'))
{{ $message }}
@endif
Informations...
@csrf
@endsection