{{-- Favicon --}}
{{-- Montserrat Font --}}
@include('partials.svg.logo', [ 'class' => 'logo', ])
{{ $title }}
{!! $message !!}
@if ($estimatedTime)
Durée estimée : {{ $estimatedTime }}
@endif @if ($showContact && ($email || $phone))
Nous contacter
@if ($email)
{{ $email }}
@endif @if ($phone)
{{ $phone }}
@endif
@endif