Show logo or organisation name (not both), increase logo max-width to 250px, and add » to portal action buttons. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
695 B
PHP
18 lines
695 B
PHP
@extends('mail.layouts.crewli')
|
|
|
|
@section('title')
|
|
Goed nieuws!
|
|
@endsection
|
|
|
|
@section('content')
|
|
<p style="margin: 0 0 16px;">Beste {{ $person->first_name }},</p>
|
|
|
|
<p style="margin: 0 0 16px;">Goed nieuws! Je bent goedgekeurd als vrijwilliger voor <strong>{{ $event->name }}</strong>.</p>
|
|
|
|
<p style="margin: 0;">Log in op het portaal om je shifts te bekijken en te claimen.</p>
|
|
@endsection
|
|
|
|
@section('action')
|
|
<a href="{{ $portalUrl }}" style="display: inline-block; padding: 12px 24px; background-color: {{ $branding['primary_color'] }}; color: #ffffff; text-decoration: none; border-radius: 6px; font-size: 15px; font-weight: 600;">Naar het portaal »</a>
|
|
@endsection
|