@extends('emails.base') @section('title') Monitoring notification @endsection @section('content') @if($site->up)

{{ $site->domain }} est down !

@else

{{ $site->domain }} respire à nouveau !

Le site a boudé dans son coin pendant {{ $site->updated_at->diffForHUmans(null, true) }} @endif @endsection