Files
Diabetix_v2/app/resources/views/vendor/mail/html/header.blade.php
jeremy bayse 26c6d8031c Initial commit — Diabetix V2
Application Laravel 12 + Inertia + Vue 3 + Tailwind.
Fonctionnalités : dashboard glycémique, saisie de mesures, courbe SVG,
statistiques (jour/semaine/mois/trimestre), défis & badges, chat coach IA
(Gemini), paramètres profil avec palette de couleurs, pages auth redessinées,
emails transactionnels via Resend avec thème Diabetix.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 07:01:41 +02:00

17 lines
717 B
PHP

@props(['url'])
<tr>
<td>
<table class="header" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td style="text-align:center;padding:32px 0 16px;">
<a href="{{ $url }}" style="text-decoration:none;">
<div style="display:inline-block;width:52px;height:52px;border-radius:50%;background:#d4ede8;border:2px solid #7bbfb5;text-align:center;line-height:50px;font-size:24px;margin-bottom:10px;">🩺</div>
<div style="font-size:20px;font-weight:700;color:#2a3533;letter-spacing:-0.3px;">{{ config('app.name') }}</div>
<div style="font-size:12px;color:#7a9c97;margin-top:2px;">Votre coach glycémique personnel</div>
</a>
</td>
</tr>
</table>
</td>
</tr>