@extends('layouts.app') @section('entete') @endsection @section('contenu')
@if(session()->has('erreur'))
Erreur ! {{ session()->get('erreur') }}.
@endif @if(session()->has('warning'))

Attention ! {{ session()->get('warning') }}

@endif

Recherche de localisation

@csrf
      @endsection