@extends('layout') @section('content') @section('title', 'Contact') @section('description', 'Envie de créer un site internet creatif sur mesure? Contactez-moi!')

Envie d'entreprendre un projet?

Contactez moi :)

@if(Session::has('success'))
{{ Session::get('success') }} @php Session::forget('success'); @endphp
@endif
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection