@extends('mails/template') @section('header') @include('mails/partials/header') @endsection @section('content')

Hello,

An intervention has been closed on {{$intervention?->sensopee?->product->name}} from your project {{$intervention?->sensopee?->product?->project->name}}.
The report is available as an attachment and in your client space.

This is an automated message. If you have any questions, please contact us.

Bonjour,

Une intervention a été clôturée sur {{$intervention?->sensopee?->product->name}} de votre projet {{$intervention?->sensopee?->product?->project->name}}.
Le rapport est disponible en pièce jointe et dans votre espace client.

Ceci est un message automatique. Pour toute question, contactez-nous.

@endsection @section('footer') @include('mails/partials/footer') @endsection