@extends('layouts.app') @section('seo') @endsection @section('pageTitle', __('Contact')) @section('menu') @endsection @section('content')
Diffusions-aromatiques - contact

@lang('Contactez-nous')

@if(\Illuminate\Support\Facades\Session::get('success'))
{{session()->get('success')}}
@endif @if(\Illuminate\Support\Facades\Session::get('error'))
{{session()->get('error')}}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
@env('local')
@lang('Envoyer') @endenv() @env('production')
@lang('Envoyer') @endenv()

Diffusions Aromatiques
PA "les hauts de Grasse" 558 Allée des Parfums, 06530 Saint-Cézaire-sur-Siagne
+33 (0)4 93 60 82 82

@endsection