@extends('mail.layouts.crewli') @section('title') Update over je aanmelding @endsection @section('content')

Beste {{ $person->first_name }},

Helaas hebben we je aanmelding voor {{ $event->name }} niet kunnen goedkeuren.

@if($reason)

Reden: {{ $reason }}

@endif

Neem contact op met de organisatie als je vragen hebt.

@endsection