@extends('layouts.welcome') @section('main')

Formulaire De Contact

Laissez-nous un message si vous le souhaitez. Nous vous répondrons dans les plus brefs délais.

  • Addresse: {{env('APP_ADDRESS')}}
  • Téléphone: {{env('APP_PHONE')}}
  • Email: {{env('APP_EMAIL')}}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email')) {{ $errors->first('subject') }} @endif
@if ($errors->has('email')) {{ $errors->first('message') }} @endif
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@endsection