@extends('layout') @section('title', 'Support') @section('content')

Support

@if (session('success'))
{{ session('success') }}
@endif

{{ optional($user)->prenom . ' ' . optional($user)->nom }}

Responsable des ventes

Envoyez-nous un e-mail

{{ optional($user)->email }}

Disponibilité

Du Lundi au Vendredi de 8h30 à 12h30 / 13h30 à 17h45

@csrf
@endsection